C# Class CSharpGL.VBOConfigDetail

Mostrar archivo 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_oe property

public int dataSize
return int

dataType public_oe property

public uint dataType
return uint

locationCount public_oe property

public int locationCount
return int

pointerType public_oe property

public VertexAttribPointerType pointerType
return VertexAttribPointerType

startOffsetUnit public_oe property

public int startOffsetUnit
return int

stride public_oe property

public int stride
return int