mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 21:05:50 +12:00
create copy pipeline
This commit is contained in:
parent
82e436199c
commit
80bd8f54c3
3 changed files with 31 additions and 10 deletions
|
@ -54,6 +54,7 @@ class RendererMTL final : public Renderer {
|
|||
|
||||
// Pipelines
|
||||
MTL::RenderPipelineState* displayPipeline;
|
||||
MTL::RenderPipelineState* copyToLutTexturePipeline;
|
||||
|
||||
// Active state
|
||||
MTL::CommandBuffer* commandBuffer = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue