MeshKeys
csharp
public static class MeshKeysTyped 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 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 const uint VertexColourLocationWhich location the vertex stage reads vertexColour from.
Used by (1)
- EditorHostVixen.Editor.Host