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.h1620 struct gl_vertex_array_object struct
1623 GLuint Name;
1625 GLint RefCount;
1627 GLchar *Label; /**< GL_KHR_debug */
1632 GLboolean EverBound;
1640 bool IsDynamic;
1647 bool SharedAndImmutable;
1653 unsigned NumUpdates;
1656 struct gl_array_attributes VertexAttrib[VERT_ATTRIB_MAX];
1659 struct gl_vertex_buffer_binding BufferBinding[VERT_ATTRIB_MAX];
[all …]