structures, also they're a little broken, they need to check for neighbouring YZones as well

This commit is contained in:
Halbear 2026-09-20 22:43:42 +01:00
parent a0b00b0f1c
commit d1abde919d
12 changed files with 604 additions and 134 deletions

View file

@ -53,7 +53,9 @@ layout(push_constant) uniform ChunkInfo {
uint faceOffset;
uint voxelTypeCount;
uint indirectCommandIndex;
uint padding0;
uint biomeCount;
uint structureCount;
uint worldSeed;
};
uint flatten(ivec3 pos) {