Table of Contents

Class VertexAttribute

Namespace
Crux.Graphics
Assembly
Crux.dll
public class VertexAttribute
Inheritance
VertexAttribute
Inherited Members

Constructors

VertexAttribute(int, string, int, float[])

public VertexAttribute(int layoutLocation, string layoutName, int typeSize, float[] data)

Parameters

layoutLocation int
layoutName string
typeSize int
data float[]

Properties

Data

public float[] Data { get; }

Property Value

float[]

LayoutLocation

public int LayoutLocation { get; }

Property Value

int

LayoutName

public string LayoutName { get; }

Property Value

string

TypeSize

public int TypeSize { get; }

Property Value

int