view old/simple_render/texture.h @ 1015:80b18af207c2

debug mail timing.
author yutaka@localhost.localdomain
date Fri, 05 Nov 2010 22:25:33 +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);