Searched defs:gl_selection (Results 1 – 1 of 1) sorted by relevance
1774 struct gl_selection struct1776 GLuint *Buffer; /**< selection buffer */1777 GLuint BufferSize; /**< size of the selection buffer */1778 GLuint BufferCount; /**< number of values in the selection buffer */1779 GLuint Hits; /**< number of records in the selection buffer */1780 GLuint NameStackDepth; /**< name stack depth */1781 GLuint NameStack[MAX_NAME_STACK_DEPTH]; /**< name stack */1782 GLboolean HitFlag; /**< hit flag */1783 GLfloat HitMinZ; /**< minimum hit depth */1784 GLfloat HitMaxZ; /**< maximum hit depth */[all …]