8 lines
89 B
Plaintext
8 lines
89 B
Plaintext
|
struct Result {
|
||
|
float d;
|
||
|
float type;
|
||
|
bool hit;
|
||
|
};
|
||
|
|
||
|
#pragma glslify: export(Result)
|