Feat : Add shader quality slider

This commit is contained in:
2024-05-19 18:55:13 +02:00
parent 2c2342580b
commit e18a8dce49
2 changed files with 8 additions and 12 deletions
-5
View File
@@ -28,11 +28,6 @@ void main(){
float f=fbm(st+r);
<<<<<<< Updated upstream
=======
>>>>>>> Stashed changes
vec3 color=mix(u_color_start,u_color_end,f*.3);
gl_FragColor=vec4(color,1.);