Home
last modified time | relevance | path

Searched defs:gl_sampler_attrib (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dmtypes.h835 struct gl_sampler_attrib struct
837 GLenum16 WrapS; /**< S-axis texture image wrap mode */
838 GLenum16 WrapT; /**< T-axis texture image wrap mode */
839 GLenum16 WrapR; /**< R-axis texture image wrap mode */
840 GLenum16 MinFilter; /**< minification filter */
841 GLenum16 MagFilter; /**< magnification filter */
842 GLenum16 sRGBDecode; /**< GL_DECODE_EXT or GL_SKIP_DECODE_EXT */
843 GLfloat MinLod; /**< min lambda, OpenGL 1.2 */
844 GLfloat MaxLod; /**< max lambda, OpenGL 1.2 */
845 GLfloat LodBias; /**< OpenGL 1.4 */
[all …]