Files
voxy/src__/ray/storage.glsl
2024-01-30 20:55:46 +10:00

8 lines
97 B
GLSL

struct Voxel {
};
//TODO: add tlas and blas voxel fetching (rings and all)
void getVoxel() {
}