Expand description
Texture combiner support. See https://www.khronos.org/opengl/wiki/Texture_Combiners for more details.
Structs§
- Mode
- Whether to operate on colors, alpha values, or both.
- Stage
- A texture combination stage identifier. This index doubles as the order in which texture combinations will be applied.
- TexEnv
- A texture combiner, also called a “texture environment” (hence the struct name).
See also
texenv.hdocumentation.
Enums§
- Combine
Func - The combination function to apply to the
TexEnvoperands. - Source
- A source operand of a
TexEnv’s texture combination.