  | 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)
Syntaxpublic bool IsNormalized { get; }Public ReadOnly Property IsNormalized As Boolean
	Get
public:
property bool IsNormalized {
	bool get ();
}member IsNormalized : bool with get
Return Value
Type: 
BooleanTrue if vertex data will be normalized. False otherwise.
RemarksOpenGL API: glGetVertexAttribiv(GL_VERTEX_ATTRIB_ARRAY_NORMALIZED)
            
See Also