Searched defs:gl_sync_object (Results 1 – 1 of 1) sorted by relevance
2523 struct gl_sync_object struct2525 struct simple_node link;2526 GLenum Type; /**< GL_SYNC_FENCE */2527 GLuint Name; /**< Fence name */2528 GLint RefCount; /**< Reference count */2529 GLboolean DeletePending; /**< Object was deleted while there were still2532 GLenum SyncCondition;2533 GLbitfield Flags; /**< Flags passed to glFenceSync */2534 GLuint StatusFlag:1; /**< Has the sync object been signaled? */