Searched defs:gl_selection (Results 1 – 1 of 1) sorted by relevance
1756 struct gl_selection struct1758 GLuint *Buffer; /**< selection buffer */1759 GLuint BufferSize; /**< size of the selection buffer */1760 GLuint BufferCount; /**< number of values in the selection buffer */1761 GLuint Hits; /**< number of records in the selection buffer */1762 GLuint NameStackDepth; /**< name stack depth */1763 GLuint NameStack[MAX_NAME_STACK_DEPTH]; /**< name stack */1764 GLboolean HitFlag; /**< hit flag */1765 GLfloat HitMinZ; /**< minimum hit depth */1766 GLfloat HitMaxZ; /**< maximum hit depth */[all …]