update bg.frag

This commit is contained in:
i0uring
2025-07-30 15:24:38 +02:00
parent 74224bd648
commit 282c67b1fc

View File

@@ -1,5 +1,5 @@
#version 300 es
precision lowp float;
precision highp float;
const float CAM_FAR = 20.0;
const vec3 BACKGROUND = vec3(0.0, 0.0, 0.0);