Module texenv

Source
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.h documentation.

Enums§

CombineFunc
The combination function to apply to the TexEnv operands.
Source
A source operand of a TexEnv’s texture combination.