csharp
public readonly record struct VertexChannelOne attribute a vertex buffer holds, under the name a shader asks for it by.
Fields and properties (3)
public string NameThe shader's parameter or stream name — position, normal, texcoord.
public VertexFormat FormatHow the bytes at are read.
public int OffsetWhere the attribute starts inside one vertex, in bytes.
Methods (1)
public VertexChannel(string Name, VertexFormat Format, int Offset)One attribute a vertex buffer holds, under the name a shader asks for it by.
Used by (1)
- VertexSchemaVixen.Rendering