annotate TaskManager/Test/simple_render/texture.h @ 217:897aeb144569

fix
author gongo@localhost.localdomain
date Wed, 04 Feb 2009 22:50:42 +0900
parents 3f68b2ef4fb0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
26
3f68b2ef4fb0 *** empty log message ***
gongo
parents:
diff changeset
1 #include <SDL.h>
3f68b2ef4fb0 *** empty log message ***
gongo
parents:
diff changeset
2 #include <SDL_opengl.h>
3f68b2ef4fb0 *** empty log message ***
gongo
parents:
diff changeset
3
3f68b2ef4fb0 *** empty log message ***
gongo
parents:
diff changeset
4 GLuint SDL_GL_LoadTexture(SDL_Surface *surface, GLfloat *texcoord);