Searched defs:gl_sampler_object (Results 1 – 1 of 1) sorted by relevance
955 struct gl_sampler_object struct957 mtx_t Mutex;958 GLuint Name;959 GLint RefCount;960 GLchar *Label; /**< GL_KHR_debug */962 GLenum WrapS; /**< S-axis texture image wrap mode */963 GLenum WrapT; /**< T-axis texture image wrap mode */964 GLenum WrapR; /**< R-axis texture image wrap mode */965 GLenum MinFilter; /**< minification filter */966 GLenum MagFilter; /**< magnification filter */[all …]