Searched defs:gl_vertex_format (Results 1 – 1 of 1) sorted by relevance
411 struct gl_vertex_format struct413 GLenum16 Type; /**< datatype: GL_FLOAT, GL_INT, etc */414 GLenum16 Format; /**< default: GL_RGBA, but may be GL_BGRA */415 enum pipe_format _PipeFormat:16; /**< pipe_format for Gallium */416 GLubyte Size:5; /**< components per element (1,2,3,4) */417 GLubyte Normalized:1; /**< GL_ARB_vertex_program */418 GLubyte Integer:1; /**< Integer-valued? */419 GLubyte Doubles:1; /**< double values are not converted to floats */420 GLubyte _ElementSize; /**< Size of each element in bytes */