Click or drag to resize

VertexAttributeIsEnabled Property

Get whether the vertex attribute is enabled or not.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IsEnabled { get; }

Property Value

Type: Boolean
True if the vertex attribute is enabled. False otherwise.
Remarks
OpenGL API: glGetVertexAttribiv(GL_VERTEX_ATTRIB_ARRAY_ENABLED)
See Also