Click or drag to resize

VertexAttributeIsNormalized Property

Get whether data for the vertex attribute is normalized when converted to floating-point.

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

Return Value

Type: Boolean
True if vertex data will be normalized. False otherwise.
Remarks
OpenGL API: glGetVertexAttribiv(GL_VERTEX_ATTRIB_ARRAY_NORMALIZED)
See Also