Fixed compiling on Windows

Added an untested shader for YV12 textures
This commit is contained in:
Sam Lantinga 2011-02-09 10:31:12 -08:00
parent 85a93efaec
commit 0f1080b558
4 changed files with 63 additions and 6 deletions

View file

@ -27,7 +27,7 @@ typedef enum {
SHADER_NONE,
SHADER_SOLID,
SHADER_RGB,
//SHADER_YV12,
SHADER_YV12,
NUM_SHADERS
} GL_Shader;