LeviLamina
Loading...
Searching...
No Matches
VoxelVolumeBuffersHandler.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace LightPropagation {
6
8public:
9 // VoxelVolumeBuffersHandler inner types declare
10 // clang-format off
11 struct GpuUploadSnapshot;
12 struct VolumeBlob;
13 // clang-format on
14
15 // VoxelVolumeBuffersHandler inner types define
17 public:
18 // GpuUploadSnapshot inner types declare
19 // clang-format off
20 struct VolumeUpload;
21 // clang-format on
22
23 // GpuUploadSnapshot inner types define
24 struct VolumeUpload {};
25 };
26
27 struct VolumeBlob {};
28};
29
30} // namespace LightPropagation
Definition VoxelVolumeBuffersHandler.h:7
Definition VoxelVolumeBuffersHandler.h:27