Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2024-12-29 | allow binding only a portion of a cbuffer | quou | -2/+10 |
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 vie... | quou | -2/+31 |
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 resource... | quou | -11/+49 |
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 |