Class VertexAttribute
public class VertexAttribute
- Inheritance
-
VertexAttribute
- Inherited Members
Constructors
VertexAttribute(int, string, int, float[])
public VertexAttribute(int layoutLocation, string layoutName, int typeSize, float[] data)
Parameters
Properties
Data
public float[] Data { get; }
Property Value
- float[]
LayoutLocation
public int LayoutLocation { get; }
Property Value
LayoutName
public string LayoutName { get; }
Property Value
TypeSize
public int TypeSize { get; }