Game I'm working on.
Go to file
FroggyGreen 583a6e67b3 Hello quad program
The Vulkan renderer now has a mesh structure which utilizes vertex, index,
and staging buffers. On the lisp side, you can now provide a vertex type
when creating a pipeline and the appropriate vertex data when creating
the mesh. Meshes are associated with pipelines.

Currently there is one vertex type: pos2color3, which will
likely be modified and replaced. There is no instanced rendering yet,
so drawing a pipeline just involves drawing every mesh associated with
that pipeline.
2024-05-06 11:28:01 -05:00
docs Hello Triangle program with Vulkan 2024-05-03 12:01:33 -05:00
external Hello Triangle program with Vulkan 2024-05-03 12:01:33 -05:00
renderer Hello quad program 2024-05-06 11:28:01 -05:00
src Hello quad program 2024-05-06 11:28:01 -05:00
.gitignore Hello Triangle program with Vulkan 2024-05-03 12:01:33 -05:00
.gitmodules Hello Triangle program with Vulkan 2024-05-03 12:01:33 -05:00
Makefile Hello Triangle program with Vulkan 2024-05-03 12:01:33 -05:00

sof

The project is licensed under the GNU General Public License v3, included in docs/gpl-3.0.md.