mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-08-09 02:07:04 +08:00
refactor(render): rename depth player shaders to depth model and clean up
This commit is contained in:
7
assets/shaders/depth_model_frag.glsl
Normal file
7
assets/shaders/depth_model_frag.glsl
Normal file
@@ -0,0 +1,7 @@
|
||||
#version 460
|
||||
|
||||
in vec2 tc;
|
||||
|
||||
void main() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user