Fixed compiling on Windows
Added an untested shader for YV12 textures
This commit is contained in:
parent
85a93efaec
commit
0f1080b558
4 changed files with 63 additions and 6 deletions
|
@ -27,7 +27,7 @@ typedef enum {
|
|||
SHADER_NONE,
|
||||
SHADER_SOLID,
|
||||
SHADER_RGB,
|
||||
//SHADER_YV12,
|
||||
SHADER_YV12,
|
||||
NUM_SHADERS
|
||||
} GL_Shader;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue