mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-12-14 01:44:55 +00:00
8 lines
89 B
GLSL
8 lines
89 B
GLSL
struct Result {
|
|
float d;
|
|
float type;
|
|
bool hit;
|
|
};
|
|
|
|
#pragma glslify: export(Result)
|