summaryrefslogtreecommitdiff
path: root/video.cpp
AgeCommit message (Expand)AuthorLines
2024-12-27allow renderpasses to specify a clear mode and pipelines to specify their vie...quou-50/+118
2024-12-26constant buffersquou-11/+23
2024-12-26allow manually creating vertex formatsquou-38/+67
2024-12-26seperate descriptor sets from pipelines to allow swapping out shader resource...quou-109/+193
2024-12-25Fix some of the object ID getters and stuffquou-5/+11
2024-12-23send textures to shadersquou-8/+343
2024-12-23Texture conversion and loadingquou-108/+476
2024-12-22cute asset loading systemquou-78/+101
2024-12-21render a trianglequou-69/+1120
2024-12-19remove commented debugging codequou-4/+0
2024-12-19properly destroy objects on device destructionquou-0/+17
2024-12-19basic vulkan setupquou-0/+1238