Browse Source

Shaders: I f'ed up the Flat shader defaults, again.

Leftover from 0e9cb6945e. Documented
properly, but not implemented. I *need* the shader tests ASAP.
pull/273/merge
Vladimír Vondruš 8 years ago
parent
commit
b5dc42f332
  1. 2
      src/Magnum/Shaders/Flat.frag

2
src/Magnum/Shaders/Flat.frag

@ -40,7 +40,7 @@ uniform lowp sampler2D textureData;
layout(location = 1) layout(location = 1)
#endif #endif
uniform lowp vec4 color uniform lowp vec4 color
#if !defined(GL_ES) && defined(TEXTURED) #ifndef GL_ES
= vec4(1.0) = vec4(1.0)
#endif #endif
; ;

Loading…
Cancel
Save