Silence "shader does not use the define NOUV" warning
This commit is contained in:
parent
ab675170e7
commit
3aa9238dc3
@ -1,5 +1,9 @@
|
||||
#ifdef COMPILEVS
|
||||
|
||||
// Silence WARNING: Shader ... does not use the define NOUV
|
||||
#ifdef NOUV
|
||||
#endif
|
||||
|
||||
// Silence GLSL 150 deprecation warnings
|
||||
#ifdef GL3
|
||||
#define attribute in
|
||||
|
Loading…
Reference in New Issue
Block a user