Bliss-Shader/shaders/lib/voxel_common.glsl

7 lines
157 B
Plaintext
Raw Normal View History

2024-05-01 16:32:25 -04:00
layout(r16ui) uniform uimage3D imgVoxelMask;
const uint VoxelSize = uint(exp2(LPV_SIZE));
const uvec3 VoxelSize3 = uvec3(VoxelSize);
#define BLOCK_EMPTY 0