mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 21:05:50 +12:00
handle screen rotation correctly & fix: srgb
This commit is contained in:
parent
05fd1d5c29
commit
1df81c373c
3 changed files with 51 additions and 11 deletions
|
@ -44,6 +44,7 @@ class RendererMTL final : public Renderer {
|
|||
|
||||
// Pipelines
|
||||
MTL::RenderPipelineState* displayPipeline;
|
||||
MTL::RenderPipelineState* blitPipeline;
|
||||
MTL::RenderPipelineState* drawPipeline;
|
||||
|
||||
// Active state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue