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