This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
c
/
raysan5.raylib
mirror of
https://github.com/raysan5/raylib.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
fix write_depth.fs glsl120
Maicon Santana
3 tuần trước cách đây
mục cha
c6d7694286
commit
69021939e6
1 tập tin đã thay đổi
với
1 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
1
1
examples/shaders/resources/shaders/glsl120/write_depth.fs
+ 1
- 1
examples/shaders/resources/shaders/glsl120/write_depth.fs
Xem Tập Tin
@@ -1,4 +1,4 @@
-#version 1
0
0
+#version 1
2
0
#extension GL_EXT_frag_depth : enable