Searched defs:gl_texture_object_attrib (Results 1 – 1 of 1) sorted by relevance
862 struct gl_texture_object_attrib struct864 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 …]