Searched defs:gl_vertex_format (Results 1 – 1 of 1) sorted by relevance
460 struct gl_vertex_format struct462 GLenum16 Type; /**< datatype: GL_FLOAT, GL_INT, etc */463 GLenum16 Format; /**< default: GL_RGBA, but may be GL_BGRA */464 enum pipe_format _PipeFormat:16; /**< pipe_format for Gallium */465 GLubyte Size:5; /**< components per element (1,2,3,4) */466 GLubyte Normalized:1; /**< GL_ARB_vertex_program */467 GLubyte Integer:1; /**< Integer-valued? */468 GLubyte Doubles:1; /**< double values are not converted to floats */469 GLubyte _ElementSize; /**< Size of each element in bytes */