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.
Sources
Configure the source values of the texture combiner.
TexEnv
A texture combiner, also called a “texture environment” (hence the struct name). See also texenv.h documentation.

Enums§

AlphaOp
The Alpha combiner operands.
CombineFunc
The combination function to apply to the TexEnv operands.
RGBOp
The RGB combiner operands.
Scale
Source
A source operand of a TexEnv’s texture combination.