mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-20 16:07:22 +08:00
7 lines
157 B
Plaintext
7 lines
157 B
Plaintext
![]() |
layout(r16ui) uniform uimage3D imgVoxelMask;
|
||
|
|
||
|
const uint VoxelSize = uint(exp2(LPV_SIZE));
|
||
|
const uvec3 VoxelSize3 = uvec3(VoxelSize);
|
||
|
|
||
|
#define BLOCK_EMPTY 0
|