create copy pipeline

This commit is contained in:
Samuliak 2024-07-06 09:39:12 +02:00
parent 82e436199c
commit 80bd8f54c3
3 changed files with 31 additions and 10 deletions

View file

@ -54,6 +54,7 @@ class RendererMTL final : public Renderer {
// Pipelines
MTL::RenderPipelineState* displayPipeline;
MTL::RenderPipelineState* copyToLutTexturePipeline;
// Active state
MTL::CommandBuffer* commandBuffer = nullptr;