Class GL.GLSLUtils.VertexBuffer()->Attribute
- Variable
name
Variable type
Variable normalize
Variable size
Variable offset
string
GL.GLSLUtils.VertexBuffer.Attribute.name
int
GL.GLSLUtils.VertexBuffer.Attribute.type
bool
GL.GLSLUtils.VertexBuffer.Attribute.normalize
int
GL.GLSLUtils.VertexBuffer.Attribute.size
int
GL.GLSLUtils.VertexBuffer.Attribute.offset
- Method
create
GL.GLSLUtils.VertexBuffer.Attribute GL.GLSLUtils.VertexBuffer.Attribute(
string
name
,int
type
,bool
normalize
,int
size
,int
offset
)