All Classes |Grouped Classes |Index

Function set_combine_arg

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

	void CL_TextureUnit_GL1::set_combine_arg(
		int arg,
		CL_TextureUnitSource  src_rgb,
		CL_TextureUnitRGBOperand  operand_rgb,
		CL_TextureUnitSource  src_alpha,
		CL_TextureUnitAlphaOperand  operand_alpha);