annotate old/simple_render/texture.h @ 588:75a0877e962f draft

send position test
author kazz@kazz187.st.ie.u-ryukyu.ac.jp
date Thu, 29 Oct 2009 12:34:58 +0900
parents 3bc98f6d31ff
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);