Improved atmosphere shader performance

This commit is contained in:
Anuken
2020-03-30 11:35:22 -04:00
parent 115e3a737b
commit 084c90ba9f
4 changed files with 19 additions and 11 deletions
+4
View File
@@ -1,3 +1,7 @@
#ifdef GL_ES
precision mediump float;
#endif
varying vec3 v_texCoords;
uniform samplerCube u_cubemap;