7 lines
68 B
Plaintext
7 lines
68 B
Plaintext
|
struct Ray {
|
||
|
vec3 ro;
|
||
|
vec3 rd;
|
||
|
};
|
||
|
|
||
|
#pragma glslify: export(Ray)
|