summaryrefslogtreecommitdiff
path: root/pipeline.cpp
AgeCommit message (Collapse)AuthorLines
2024-12-29fix depth only render passesquou-2/+4
2024-12-29seperate framebuffers and renderpasses; depth buffering.quou-11/+106
2024-12-28replace memsetquou-1/+1
2024-12-27allow renderpasses to specify a clear mode and pipelines to specify their ↵quou-1/+44
viewport and scissor
2024-12-26constant buffersquou-0/+15
2024-12-26seperate descriptor sets from pipelines to allow swapping out shader ↵quou-13/+38
resources without recreating pipelines
2024-12-23send textures to shadersquou-0/+18
2024-12-21render a trianglequou-0/+24
2024-12-19basic vulkan setupquou-0/+29