SOF/renderer/src
FroggyGreen 1ec76f56c8 Instancing
The renderer now allows instancing. The way this works is by having to
vertex buffers. One contains the normal vertex geometry data, the other
contains per-instance data.
2024-05-09 16:39:50 -05:00
..
containers Hello quad program 2024-05-06 11:28:01 -05:00
defines.h Hello Triangle program with Vulkan 2024-05-03 12:01:33 -05:00
logger.c Hello Triangle program with Vulkan 2024-05-03 12:01:33 -05:00
logger.h Hello Triangle program with Vulkan 2024-05-03 12:01:33 -05:00
renderer.c Instancing 2024-05-09 16:39:50 -05:00
renderer.h Instancing 2024-05-09 16:39:50 -05:00