view old/simple_pack/texture.h @ 715:0d8d2b7a3438

not work SgChange
author hiroki@localhost.localdomain
date Wed, 16 Dec 2009 16:29:31 +0900
parents 735f76483bb2
children
line wrap: on
line source

#include <SDL.h>
#include <SDL_opengl.h>

GLuint SDL_GL_LoadTexture(SDL_Surface *surface, GLfloat *texcoord);