Searched defs:gl_sampler_object (Results 1 – 1 of 1) sorted by relevance
927 struct gl_sampler_object struct929 simple_mtx_t Mutex;930 GLuint Name;931 GLchar *Label; /**< GL_KHR_debug */932 GLint RefCount;934 GLenum16 WrapS; /**< S-axis texture image wrap mode */935 GLenum16 WrapT; /**< T-axis texture image wrap mode */936 GLenum16 WrapR; /**< R-axis texture image wrap mode */937 GLenum16 MinFilter; /**< minification filter */938 GLenum16 MagFilter; /**< magnification filter */[all …]