Vixen
02b45cc4

MeshKeys

class
csharp
public static class MeshKeys

Typed keys for shader Mesh.

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

Fields and properties (5)

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

    Which location the vertex stage reads normal from.

  • public const uint VertexColourLocation

    Which location the vertex stage reads vertexColour from.

Used by (1)

  • EditorHostVixen.Editor.Host