Lines Matching defs:glthread_vao
70 struct glthread_vao { struct
71 GLuint Name;
72 GLuint CurrentElementBufferName;
73 GLbitfield UserEnabled; /**< Vertex attribs enabled by the user. */
74 GLbitfield Enabled; /**< UserEnabled with POS vs GENERIC0 aliasing resolved. */
75 GLbitfield BufferEnabled; /**< "Enabled" converted to buffer bindings. */
76 GLbitfield BufferInterleaved; /**< Bitmask of buffers used by multiple attribs. */
77 GLbitfield UserPointerMask; /**< Bitmask of buffer bindings. */
78 GLbitfield NonZeroDivisorMask; /**< Bitmask of buffer bindings. */
80 struct {
91 } Attrib[VERT_ATTRIB_MAX];