Home
last modified time | relevance | path

Searched defs:gl_vertex_format (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dmtypes.h326 struct gl_vertex_format struct
328 GLenum16 Type; /**< datatype: GL_FLOAT, GL_INT, etc */
329 GLenum16 Format; /**< default: GL_RGBA, but may be GL_BGRA */
330 enum pipe_format _PipeFormat:16; /**< pipe_format for Gallium */
331 GLubyte Size:5; /**< components per element (1,2,3,4) */
332 GLubyte Normalized:1; /**< GL_ARB_vertex_program */
333 GLubyte Integer:1; /**< Integer-valued? */
334 GLubyte Doubles:1; /**< double values are not converted to floats */
335 GLubyte _ElementSize; /**< Size of each element in bytes */