view old/simple_render/texture.h @ 1025:cb170249c752

minor fix
author yutaka@localhost.localdomain
date Mon, 08 Nov 2010 14:40:53 +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);