annotate old/simple_render/texture.h @ 959:66cddab9fa76

success alpha blending
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Wed, 04 Aug 2010 18:02:04 +0900
parents 735f76483bb2
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);