Ooogles.Net - Object Oriented OpenGL-ES 2.0
Ooogles.Net - Object Oriented OpenGL-ES 2.0
Ooogles
VertexAttribute Structure
VertexAttribute Methods
Disable Method
Enable Method
SetConfig Method
SetData Method
SetValue Method
VertexAttribute
Disable Method
Disables this vertex attribute.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
C++
F#
Copy
public
void
Disable
()
Public
Sub
Disable
public
:
void
Disable
()
member
Disable
:
unit
->
unit
Remarks
OpenGL API
: glDisableVertexAttribArray
See Also
Reference
VertexAttribute Structure
Ooogles Namespace
VertexAttribute
Enable
VertexAttribute
IsEnabled
VertexAttribute
SetConfig(VertexAttribute
DataType, Int32, Int32, Int32)
VertexAttribute
SetData(VertexAttribute
DataType, Int32, Void*, Int32, Boolean)
gl
DrawArrays(gl
PrimitiveType, Int32)
gl
DrawElements(gl
PrimitiveType,
Byte
)