animate/webGl/my-threejs-test/node_modules/glslify-bundle/fixtures/unsuffixable.glsl

11 lines
185 B
Plaintext
Raw Normal View History

2024-06-24 09:24:00 +00:00
precision mediump float;
const float pi = 3.14;
uniform vec2 P;
#pragma glslify: run = require('./unsuffixable-source.glsl', d = pi, h = P.x)
void main() {
run(gl_FragCoord.xy);
}