All Classes |Grouped Classes |Index

Function set_uniform4f

Set uniform4f.

	void CL_ProgramObject::set_uniform4f(
		const CL_StringRef & name,
		float value_a,
		float value_b,
		float value_c,
		float value_d);

	void CL_ProgramObject::set_uniform4f(
		const CL_StringRef & name,
		CL_Vec4f  vec);