Searched defs:gl_array_attributes (Results 1 – 1 of 1) sorted by relevance
1491 struct gl_array_attributes struct1493 GLint Size; /**< Components per element (1,2,3,4) */1494 GLenum Type; /**< Datatype: GL_FLOAT, GL_INT, etc */1495 GLenum Format; /**< Default: GL_RGBA, but may be GL_BGRA */1496 GLsizei Stride; /**< Stride as specified with gl*Pointer() */1497 const GLubyte *Ptr; /**< Points to client array data. Not used when a VBO is bound */1498 GLintptr RelativeOffset; /**< Offset of the first element relative to the binding offset */1499 GLboolean Enabled; /**< Whether the array is enabled */1500 GLboolean Normalized; /**< Fixed-point values are normalized when converted to floats */1501 GLboolean Integer; /**< Fixed-point values are not converted to floats */[all …]