 | VertexAttributeVertexDataType Property |
Get the data type of the vertex attribute.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic VertexAttributeDataType VertexDataType { get; }
Public ReadOnly Property VertexDataType As VertexAttributeDataType
Get
public:
property VertexAttributeDataType VertexDataType {
VertexAttributeDataType get ();
}
member VertexDataType : VertexAttributeDataType with get
Property Value
Type:
VertexAttributeDataType
RemarksOpenGL API: glGetVertexAttribiv(GL_VERTEX_ATTRIB_ARRAY_TYPE)
See Also