Structs§
- Cubemap
- Cubemap dimension.
- Dim1
- 1D dimension.
- Dim2
- 2D dimension.
- Dim3
- 3D dimension.
- Dim1
Array - 1D array dimension.
- Dim2
Array - 2D dimension.
- Sampler
- A
Samplerobject gives hint on how aTextureshould be sampled.
Enums§
- Cube
Face - Faces of a cubemap.
- Dim
- Dimension of a texture.
- MagFilter
- Magnification filter.
- MinFilter
- Minification filter.
- Texel
Upload - Texel upload.
- Texture
Error - Errors that might happen when working with textures.
- Wrap
- How to wrap texture coordinates while sampling textures?
Traits§
- Dimensionable
- Class of
Texturedimensions.