UiVertexKeys
csharp
public static class UiVertexKeysTyped 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 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 TexcoordLocationWhich location the vertex stage reads texcoord from.
public const uint VertexColourLocationWhich location the vertex stage reads vertexColour from.
public const uint VertexShapeLocationWhich location the vertex stage reads vertexShape from.
Used by (1)
- EditorHostVixen.Editor.Host