sergeypdev b749d43415 Multiple meshes + 1 point light
almost went crazy debuggging issue with multiple UBOs block bindings :)))))

Turns out if you specify layout(binding=X) in shader and later call glUniformBlockBinding (cause you don't know what you're doing)
it will mess up all your bindings, and your camera UBO will be fed to a lights array ubo and good luck debugging that.
2024-02-12 03:56:36 +04:00
2024-02-12 03:56:36 +04:00
2024-02-07 02:28:43 +04:00
2024-02-12 03:56:36 +04:00
2024-02-12 03:56:36 +04:00
2024-02-12 03:56:36 +04:00
2024-02-04 21:39:21 +04:00
Description
No description provided
1.2 GiB
Languages
Zig 73.9%
C 23.8%
GLSL 2.3%