ImpostorCaptureKeys
csharp
public static class ImpostorCaptureKeysTyped keys for shader ImpostorCapture.
Fields and properties (10)
public const string ShaderNameThe shader's name, as the effect system asks for it.
public const int VertexAttributeCountHow many attributes the vertex stage takes from a buffer.
public const uint PositionLocationWhich location the vertex stage reads position from.
public const uint NormalLocationWhich location the vertex stage reads normal from.
public static readonly ParameterKey<Matrix4x4> ViewViewProjectionview.viewProjection at byte 0.
public static readonly ParameterKey<Matrix4x4> ViewModelview.model at byte 64.
public static readonly ParameterKey<Vector4> BaseColourbaseColour at byte 128.
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 2 the uniform block occupies.
Used by (2)
- ImpostorCapturePassVixen.Rendering
- ImpostorCapturePassTestsVixen.Rendering.Tests