Searched defs:gl_sampler_object (Results 1 – 1 of 1) sorted by relevance
980 struct gl_sampler_object struct982 simple_mtx_t Mutex;983 GLuint Name;984 GLint RefCount;985 GLchar *Label; /**< GL_KHR_debug */987 GLenum WrapS; /**< S-axis texture image wrap mode */988 GLenum WrapT; /**< T-axis texture image wrap mode */989 GLenum WrapR; /**< R-axis texture image wrap mode */990 GLenum MinFilter; /**< minification filter */991 GLenum MagFilter; /**< magnification filter */[all …]