Home | All Classes | Grouped Classes | Index | Search
glTexEnv container. More...
Derived from:
none
Derived by:
none
Group: GL (Display 3D)
#include <ClanLib/gl.h>
Construction:
Constructs a texture unit. |
Attributes:
Returns the texture level of detail bias for texture unit. | |
Returns the constant color for texture unit. | |
Returns the texture function for texture unit. | |
Returns the texture function as an OpenGL constant. | |
Returns the RGB combine texture function. | |
Returns the RGB combine texture function as OpenGL constant. | |
Returns the alpha combine texture function. | |
Returns the alpha combine texture function as OpenGL constant. | |
Returns the color source for the RGB combine function's specified argument. | |
Returns the color source for the RGB combine function's specified argument as OpenGL constant. | |
Returns the operand for the RGB combine function's specified argument. | |
Returns the operand for the alpha combine function's specified argument as OpenGL constant. | |
Returns the alpha source for the alpha combine function's specified argument. | |
Returns the alpha source for the alpha combine function's specified argument as OpenGL constant. | |
Returns the operand for the alpha combine function's specified argument. | |
Returns the operand for the alpha combine function's specified argument as OpenGL constant. |
Operations:
Sets the texture level of detail bias for texture unit. | |
Sets the constant color for texture unit. | |
Sets the texture function for texture unit. | |
Sets the texture function for texture unit with an OpenGL constant. | |
Sets the RGB and alpha combine texture functions. | |
Sets the RGB and alpha combine texture functions with an OpenGL constant. | |
Sets an arguement for the RGB and alpha combine texture functions. | |
Sets an arguement for the RGB and alpha combine texture functions using OpenGL constants. | |
Sets an arguement for the RGB combine texture function. | |
Sets an arguement for the RGB combine texture function with an OpenGL constant. | |
Sets an arguement for the alpha combine texture function. | |
Sets an arguement for the alpha combine texture function with an OpenGL constant. | |
Send the texture unit configuration to OpenGL. |
Detailed description: