All Classes |Grouped Classes |Index

Class CL_TextureUnit_GL1

Texture Unit description. More...

Derived from:

None

Derived by:

None

Group:

Display (GL1)

#include <ClanLib/gl1.h>

Class Members:

CL_TextureUnit_GL1

Construction.

get_color

Returns the constant color for texture unit.

get_combine_alpha_mode

Returns the alpha combine texture function.

get_combine_arg_operand_alpha

Returns the operand for the alpha combine function's specified argument.

get_combine_arg_operand_rgb

Returns the operand for the RGB combine function's specified argument.

get_combine_arg_src_alpha

Returns the alpha source for the alpha combine function's specified argument.

get_combine_arg_src_rgb

Returns the color source for the RGB combine function's specified argument.

get_combine_rgb_mode

Returns the RGB combine texture function.

get_lod_bias

Attributes.

get_mode

Returns the texture function for texture unit.

get_point_coord_replace

Returns true if using point sprite texture coordinates.

set_color

Sets the constant color for texture unit.

set_combine_alpha_arg

Sets an arguement for the alpha combine texture function.

set_combine_arg

Sets an arguement for the RGB and alpha combine texture functions.

set_combine_mode

Sets the RGB and alpha combine texture functions.

set_combine_rgb_arg

Sets an arguement for the RGB combine texture function.

set_lod_bias

Operations.

set_mode

Sets the texture function for texture unit.

set_point_coord_replace

Enables whether texture coordinates are replaced with point sprite texture coordinates.