C# Class CSharpGL.VBOConfigDetail

Show file Open project: bitzhuwei/CSharpGL Class Usage Examples

Public Properties

Property Type Description
dataSize int
dataType uint
locationCount int
pointerType VertexAttribPointerType
startOffsetUnit int
stride int

Property Details

dataSize public property

public int dataSize
return int

dataType public property

public uint dataType
return uint

locationCount public property

public int locationCount
return int

pointerType public property

public VertexAttribPointerType pointerType
return VertexAttribPointerType

startOffsetUnit public property

public int startOffsetUnit
return int

stride public property

public int stride
return int