Improved atmosphere shader performance
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
#ifdef GL_ES
|
||||
precision mediump float;
|
||||
#endif
|
||||
|
||||
varying vec3 v_texCoords;
|
||||
|
||||
uniform samplerCube u_cubemap;
|
||||
|
||||
Reference in New Issue
Block a user