Vixen
02b45cc4

UiVertexKeys

class
csharp
public static class UiVertexKeys

Typed keys for shader UiVertex.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (6)

  • public const string ShaderName

    The shader's name, as the effect system asks for it.

  • public const int VertexAttributeCount

    How many attributes the vertex stage takes from a buffer.

  • public const uint PositionLocation

    Which location the vertex stage reads position from.

  • public const uint TexcoordLocation

    Which location the vertex stage reads texcoord from.

  • public const uint VertexColourLocation

    Which location the vertex stage reads vertexColour from.

  • public const uint VertexShapeLocation

    Which location the vertex stage reads vertexShape from.

Used by (1)

  • EditorHostVixen.Editor.Host