All Classes |Grouped Classes |Index

Function set_uniform2f

Set uniform2f.

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

	void CL_ProgramObject::set_uniform2f(
		const CL_StringRef & name,
		CL_Vec2f  vec);