Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dmtypes.h1565 struct gl_vertex_array_object struct
1568 GLuint Name;
1570 GLint RefCount;
1572 GLchar *Label; /**< GL_KHR_debug */
1577 GLboolean EverBound;
1585 bool IsDynamic;
1592 bool SharedAndImmutable;
1598 unsigned NumUpdates;
1601 struct gl_array_attributes VertexAttrib[VERT_ATTRIB_MAX];
1604 struct gl_vertex_buffer_binding BufferBinding[VERT_ATTRIB_MAX];
[all …]