refactor(glsl): rename uniforms as iXxx
This commit is contained in:
+1
-1
@@ -5,5 +5,5 @@ in vec2 vUV;
|
||||
out vec4 fragColor;
|
||||
|
||||
void main() {
|
||||
fragColor = texture(tex0, vUV);
|
||||
fragColor = texture(iTex0, vUV);
|
||||
}
|
||||
Reference in New Issue
Block a user