Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dmtypes.h862 struct gl_texture_object_attrib struct
864 GLfloat Priority; /**< in [0,1] */
865 GLint BaseLevel; /**< min mipmap level, OpenGL 1.2 */
866 GLint MaxLevel; /**< max mipmap level (max=1000), OpenGL 1.2 */
867 GLenum Swizzle[4]; /**< GL_EXT_texture_swizzle */
868 GLushort _Swizzle; /**< same as Swizzle, but SWIZZLE_* format */
869 GLenum16 DepthMode; /**< GL_ARB_depth_texture */
870 GLenum16 ImageFormatCompatibilityType; /**< GL_ARB_shader_image_load_store */
871 GLushort MinLayer; /**< GL_ARB_texture_view */
872 GLushort NumLayers; /**< GL_ARB_texture_view */
[all …]