Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2024-12-27 | expose the create texture function | quou | -77/+78 |
2024-12-27 | allow renderpasses to specify a clear mode and pipelines to specify their vie... | quou | -50/+118 |
2024-12-26 | constant buffers | quou | -11/+23 |
2024-12-26 | allow manually creating vertex formats | quou | -38/+67 |
2024-12-26 | seperate descriptor sets from pipelines to allow swapping out shader resource... | quou | -109/+193 |
2024-12-25 | Fix some of the object ID getters and stuff | quou | -5/+11 |
2024-12-23 | send textures to shaders | quou | -8/+343 |
2024-12-23 | Texture conversion and loading | quou | -108/+476 |
2024-12-22 | cute asset loading system | quou | -78/+101 |
2024-12-21 | render a triangle | quou | -69/+1120 |
2024-12-19 | remove commented debugging code | quou | -4/+0 |
2024-12-19 | properly destroy objects on device destruction | quou | -0/+17 |
2024-12-19 | basic vulkan setup | quou | -0/+1238 |