MorphScatterKeys
csharp
public static class MorphScatterKeysTyped keys for shader MorphScatter.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (18)
public const string ShaderNameThe shader's name, as the effect system asks for it.
public static readonly ParameterKey<BufferHandle> Verticesset 3, binding 1, writable.
public const int VerticesSetWhich descriptor set holds vertices.
public const uint VerticesBindingWhich binding within set 3 vertices occupies.
public static readonly ParameterKey<BufferHandle> Entriesset 3, binding 2.
public const int EntriesSetWhich descriptor set holds entries.
public const uint EntriesBindingWhich binding within set 3 entries occupies.
public static readonly ParameterKey<int> EntryCountentryCount at byte 0.
public static readonly ParameterKey<int> BaseVertexbaseVertex at byte 4.
public static readonly ParameterKey<int> Stridestride at byte 8.
public static readonly ParameterKey<int> PositionOffsetpositionOffset at byte 12.
public static readonly ParameterKey<int> NormalOffsetnormalOffset at byte 16.
public static readonly ParameterKey<float> Weightweight at byte 20.
public static readonly ParameterKey<float> PositionSteppositionStep at byte 24.
public static readonly ParameterKey<float> NormalStepnormalStep at byte 28.
public const int ConstantBufferSizeThe uniform block's size in bytes — what to allocate.
public const int ConstantBufferSetWhich descriptor set holds the uniform block.
public const uint ConstantBufferBindingWhich binding within set 3 the uniform block occupies.
Used by (3)
- KernelVixen.Rendering.Tests
- MorphRenderFeatureVixen.Rendering
- ShadowedAndMorphingVixen.Graphics.Golden.Tests