Home | All Classes | Grouped Classes | Index | Search

CL_Texture::set_wrap_mode_gl

Set the texture wrapping mode with OpenGL constants.

	void set_wrap_mode_gl(
		int gl_wrap_s, int gl_wrap_t, int gl_wrap_r);

	void set_wrap_mode_gl(
		int gl_wrap_s, int gl_wrap_t);

	void set_wrap_mode_gl(
		int gl_wrap_s);

See also:

CL_Texture



Questions or comments, write to the ClanLib mailing list.