Vixen
02b45cc4

LineVertexKeys

class
csharp
public static class LineVertexKeys

Typed keys for shader LineVertex.

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

Fields and properties (4)

  • 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 VertexColourLocation

    Which location the vertex stage reads vertexColour from.

Used by (1)

  • EditorHostVixen.Editor.Host