Shadows - need to fix frame buffers

This commit is contained in:
Confideo-IOM
2026-07-28 00:26:04 +01:00
parent 3810f74e81
commit d48097c645
54 changed files with 623 additions and 100 deletions
@@ -45,7 +45,7 @@ layout(binding = 1) uniform uniform_output_textures
uint texture_ids[16];
};
layout(binding = 1) readonly buffer PositionsBuffer
layout(std430, binding = 1) readonly buffer PositionsBuffer
{
mat4 model_matrix[];
};