Files
animate/webGl/my-threejs-test/node_modules/glslify-bundle/fixtures/multiple-mapped-child.glsl
2024-06-24 21:24:00 +12:00

6 lines
85 B
GLSL

float mappedChild() {
return map(vec3(0));
}
#pragma glslify: export(mappedChild)