summaryrefslogtreecommitdiff
path: root/video.cpp
AgeCommit message (Collapse)AuthorLines
2024-12-26seperate descriptor sets from pipelines to allow swapping out shader ↵quou-109/+193
resources without recreating pipelines
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