gradient 8 years ago
parent
commit
b6c3f2beae
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      examples/test/shaders/test.frag

+ 0
- 1
examples/test/shaders/test.frag View File

@ -128,4 +128,3 @@ void main() {
// gamma
color = vec4(pow(clamp(color.xyz, 0.0, 1.0), vec3(0.4545)), 1.0);
}

Loading…
Cancel
Save