Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-12-29 | seperate framebuffers and renderpasses; depth buffering. | quou | -13/+76 | |
2024-12-28 | index buffers | quou | -0/+7 | |
2024-12-27 | expose the create texture function | quou | -0/+7 | |
2024-12-27 | allow renderpasses to specify a clear mode and pipelines to specify their ↵ | quou | -2/+31 | |
viewport and scissor | ||||
2024-12-26 | constant buffers | quou | -10/+24 | |
2024-12-26 | allow manually creating vertex formats | quou | -0/+24 | |
2024-12-26 | seperate descriptor sets from pipelines to allow swapping out shader ↵ | quou | -11/+49 | |
resources without recreating pipelines | ||||
2024-12-23 | send textures to shaders | quou | -0/+55 | |
2024-12-23 | Texture conversion and loading | quou | -13/+17 | |
2024-12-22 | cute asset loading system | quou | -3/+15 | |
2024-12-21 | render a triangle | quou | -6/+77 | |
2024-12-19 | basic vulkan setup | quou | -0/+104 | |