screen shader replaced with default

This commit is contained in:
MihailRis
2024-03-08 21:54:17 +03:00
parent 8328db74fe
commit 8ea3db9962
3 changed files with 2 additions and 6 deletions
+1
View File
@@ -4,6 +4,7 @@ out vec2 v_coord;
uniform ivec2 u_screenSize;
uniform float u_timer;
uniform float u_dayTime;
void main(){
v_coord = v_position * 0.5 + 0.5;