SOF/renderer
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
..
shaders Instancing 2024-05-09 16:39:50 -05:00
src Instancing 2024-05-09 16:39:50 -05:00
build.sh Hello Triangle program with Vulkan 2024-05-03 12:01:33 -05:00
CMakeLists.txt Hello Triangle program with Vulkan 2024-05-03 12:01:33 -05:00
configure.sh Hello Triangle program with Vulkan 2024-05-03 12:01:33 -05:00