summaryrefslogtreecommitdiff
path: root/pipeline.cpp
AgeCommit message (Expand)AuthorLines
13 daysUI modal windowsquou-3/+3
14 daysui renderer clippingquou-37/+41
14 daysUpdate scissor and viewport functions to take ints insteadquou-8/+8
2024-12-30backface cullingquou-0/+5
2024-12-30Fix default blendquou-3/+3
2024-12-29alpha blendingquou-0/+39
2024-12-29fix build error on msvcquou-2/+2
2024-12-29allow binding only a portion of a cbufferquou-1/+10
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 vie...quou-1/+44
2024-12-26constant buffersquou-0/+15
2024-12-26seperate descriptor sets from pipelines to allow swapping out shader resource...quou-13/+38
2024-12-23send textures to shadersquou-0/+18
2024-12-21render a trianglequou-0/+24
2024-12-19basic vulkan setupquou-0/+29