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