summaryrefslogtreecommitdiff
path: root/pkg/opengl/Framebuffer.zig
AgeCommit message (Collapse)Author
2025-06-20renderer: big rework, graphics API abstraction layers, unified logicQwerasd
This commit is very large, representing about a month of work with many interdependent changes that don't separate cleanly in to atomic commits. The main change here is unifying the renderer logic to a single generic renderer, implemented on top of an abstraction layer over OpenGL/Metal. I'll write a more complete summary of the changes in the description of the PR.
2024-08-16pkg/opengl: yeet usingnsMitchell Hashimoto
2023-11-17renderer/opengl: create the screen textureMitchell Hashimoto
2023-11-17pkg/opengl: add Framebuffer APIsMitchell Hashimoto