Ejemplo n.º 1
0
/*
** GL_Bind2
*/
void
GL_Bind(Img *image)
{
	GL_Bind2(image, GL_TEXTURE_2D);
}
Ejemplo n.º 2
0
/*
** GL_BindCubemap
*/
void
GL_BindCubemap(Img *image)
{
	GL_Bind2(image, GL_TEXTURE_CUBE_MAP);
}
Ejemplo n.º 3
0
/*
** GL_Bind2
*/
void GL_Bind( image_t *image )
{
	GL_Bind2( image, GL_TEXTURE_2D );
}