animate/webGl/my-threejs-test/node_modules/glslify-bundle/fixtures/multiple-mapped-child.glsl

6 lines
85 B
Plaintext
Raw Normal View History

2024-06-24 09:24:00 +00:00
float mappedChild() {
return map(vec3(0));
}
#pragma glslify: export(mappedChild)