Add HAVE_GLSL define
This commit is contained in:
parent
2ec2b70a72
commit
241368b0f6
|
@ -72,6 +72,10 @@ VIDEO SHADERS
|
|||
#include "../../gfx/shader_hlsl.c"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_GLSL
|
||||
#include "../../gfx/shader_glsl.c"
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
VIDEO IMAGE
|
||||
============================================================ */
|
||||
|
|
Loading…
Reference in New Issue