Most things work?

This commit is contained in:
mcrcortex
2024-01-29 19:17:26 +10:00
parent 3cb90f44fc
commit e33b8deb32
6 changed files with 163 additions and 44 deletions

View File

@@ -14,7 +14,8 @@ layout(binding = 0, std140) uniform SceneUniform {
struct BlockModel {
uint faceData[6];
uint flagsA;
uint _pad[9];
uint colourTint;
uint _pad[8];
};
struct SectionMeta {