Expand description
Contains Texture
, Sampler
, and other related data structures.
Structs§
- Reference to a
Texture
. - Texture sampler properties for filtering and wrapping modes.
- A texture and its sampler.
Enums§
- Magnification filter.
- Minification filter.
- Texture co-ordinate wrapping mode.
Constants§
- Corresponds to
GL_CLAMP_TO_EDGE
. - Corresponds to
GL_LINEAR
. - Corresponds to
GL_LINEAR_MIPMAP_LINEAR
. - Corresponds to
GL_LINEAR_MIPMAP_NEAREST
. - Corresponds to
GL_MIRRORED_REPEAT
. - Corresponds to
GL_NEAREST
. - Corresponds to
GL_NEAREST_MIPMAP_LINEAR
. - Corresponds to
GL_NEAREST_MIPMAP_NEAREST
. - Corresponds to
GL_REPEAT
. - All valid magnification filters.
- All valid minification filters.
- All valid wrapping modes.