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.h903 struct gl_sampler_attrib struct
905 GLenum16 WrapS; /**< S-axis texture image wrap mode */
906 GLenum16 WrapT; /**< T-axis texture image wrap mode */
907 GLenum16 WrapR; /**< R-axis texture image wrap mode */
908 GLenum16 MinFilter; /**< minification filter */
909 GLenum16 MagFilter; /**< magnification filter */
910 GLenum16 sRGBDecode; /**< GL_DECODE_EXT or GL_SKIP_DECODE_EXT */
911 GLfloat MinLod; /**< min lambda, OpenGL 1.2 */
912 GLfloat MaxLod; /**< max lambda, OpenGL 1.2 */
913 GLfloat LodBias; /**< OpenGL 1.4 */
[all …]