This website works better with JavaScript
Home
Explore
Help
Sign In
c
/
raysan5.raylib
mirror of
https://github.com/raysan5/raylib.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
fix write_depth.fs glsl120
Maicon Santana
3 weeks ago
parent
c6d7694286
commit
69021939e6
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
examples/shaders/resources/shaders/glsl120/write_depth.fs
+ 1
- 1
examples/shaders/resources/shaders/glsl120/write_depth.fs
View File
@@ -1,4 +1,4 @@
-#version 1
0
0
+#version 1
2
0
#extension GL_EXT_frag_depth : enable
#extension GL_EXT_frag_depth : enable