handle screen rotation correctly & fix: srgb

This commit is contained in:
Samuliak 2024-07-02 20:31:59 +02:00
parent 05fd1d5c29
commit 1df81c373c
3 changed files with 51 additions and 11 deletions

View file

@ -44,6 +44,7 @@ class RendererMTL final : public Renderer {
// Pipelines
MTL::RenderPipelineState* displayPipeline;
MTL::RenderPipelineState* blitPipeline;
MTL::RenderPipelineState* drawPipeline;
// Active state