comparison TaskManager/Test/simple_render/texture.h @ 26:3f68b2ef4fb0

*** empty log message ***
author gongo
date Sun, 10 Feb 2008 18:31:48 +0900
parents
children
comparison
equal deleted inserted replaced
25:6f01d41a8cfb 26:3f68b2ef4fb0
1 #include <SDL.h>
2 #include <SDL_opengl.h>
3
4 GLuint SDL_GL_LoadTexture(SDL_Surface *surface, GLfloat *texcoord);