animate/webGl/my-threejs-test/node_modules/glslify-bundle/fixtures/complex-ray-result.glsl

8 lines
89 B
Plaintext
Raw Normal View History

2024-06-24 09:24:00 +00:00
struct Result {
float d;
float type;
bool hit;
};
#pragma glslify: export(Result)