Struct VertexArrayQuery
A vertex attribute query
public record struct VertexArrayQuery : IEquatable<VertexArrayQuery>
- Implements
- Inherited Members
Constructors
VertexArrayQuery(int, AttributeClass, int)
A vertex attribute query
public VertexArrayQuery(int Location, AttributeClass Class, int Index)
Parameters
Location
intThe binding location for the attribute.
Class
AttributeClassAttribute class.
Index
intAttribute index.
Properties
Class
Attribute class.
public AttributeClass Class { readonly get; set; }
Property Value
Default
public AttributeBindingEx? Default { readonly get; init; }
Property Value
Index
Attribute index.
public int Index { readonly get; set; }
Property Value
Location
The binding location for the attribute.
public int Location { readonly get; set; }