summaryrefslogtreecommitdiff
path: root/video.hpp
AgeCommit message (Expand)AuthorLines
7 dayscubemap supportquou-2/+24
12 daysvram allocator debug hooksquou-0/+2
12 daysdevice debug interfacequou-0/+20
14 daysui renderer clippingquou-0/+2
14 daysUpdate scissor and viewport functions to take ints insteadquou-2/+2
2024-12-30backface cullingquou-1/+9
2024-12-30Staged_Bufferquou-0/+17
2024-12-29resource namesquou-2/+10
2024-12-29debug markersquou-0/+2
2024-12-29alpha blendingquou-1/+44
2024-12-29functions to destroy objects immediatelyquou-0/+3
2024-12-29add operator!= to Primitive_Idquou-0/+3
2024-12-29allow binding only a portion of a cbufferquou-2/+10
2024-12-29seperate framebuffers and renderpasses; depth buffering.quou-13/+76
2024-12-28index buffersquou-0/+7
2024-12-27expose the create texture functionquou-0/+7
2024-12-27allow renderpasses to specify a clear mode and pipelines to specify their vie...quou-2/+31
2024-12-26constant buffersquou-10/+24
2024-12-26allow manually creating vertex formatsquou-0/+24
2024-12-26seperate descriptor sets from pipelines to allow swapping out shader resource...quou-11/+49
2024-12-23send textures to shadersquou-0/+55
2024-12-23Texture conversion and loadingquou-13/+17
2024-12-22cute asset loading systemquou-3/+15
2024-12-21render a trianglequou-6/+77
2024-12-19basic vulkan setupquou-0/+104