summaryrefslogtreecommitdiff
path: root/pipeline.cpp
AgeCommit message (Collapse)AuthorLines
2024-12-30ui renderer clippingquou-37/+41
2024-12-30Update 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 ↵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