All Classes |Grouped Classes |Index

Function set_uniform3f

Set uniform3f.

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

	void CL_ProgramObject::set_uniform3f(
		const CL_StringRef & name,
		CL_Vec3f  vec);