 | 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)
Syntaxpublic bool IsEnabled { get; }
Public ReadOnly Property IsEnabled As Boolean
Get
public:
property bool IsEnabled {
bool get ();
}
member IsEnabled : bool with get
Property Value
Type:
BooleanTrue if the vertex attribute is enabled. False otherwise.
RemarksOpenGL API: glGetVertexAttribiv(GL_VERTEX_ATTRIB_ARRAY_ENABLED)
See Also