Began work on post processing
This commit is contained in:
8
src__/ray/storage.glsl
Normal file
8
src__/ray/storage.glsl
Normal file
@@ -0,0 +1,8 @@
|
||||
struct Voxel {
|
||||
|
||||
};
|
||||
|
||||
//TODO: add tlas and blas voxel fetching (rings and all)
|
||||
void getVoxel() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user