view old/simple_render/texture.h @ 649:55f898a58748

MailManager Fifo fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 22 Nov 2009 18:53:05 +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);