mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/Zos.git
synced 2026-06-16 08:36:37 +00:00
8 lines
89 B
GLSL
8 lines
89 B
GLSL
struct Result {
|
|
float d;
|
|
float type;
|
|
bool hit;
|
|
};
|
|
|
|
#pragma glslify: export(Result)
|