X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbackends%2Fvulkan%2Fpipelinecache.h;h=1017a93ff6b63ed7bef01dc01190dab04024afc3;hb=ae423e6ef278388f92802fbae34b1c7ec339292f;hp=cb14d1ef50391cd570ed59093dab0038e9dc8597;hpb=99ca354f18119f82f1adeca100cd665a8f640317;p=libs%2Fgl.git diff --git a/source/backends/vulkan/pipelinecache.h b/source/backends/vulkan/pipelinecache.h index cb14d1ef..1017a93f 100644 --- a/source/backends/vulkan/pipelinecache.h +++ b/source/backends/vulkan/pipelinecache.h @@ -26,7 +26,7 @@ public: PipelineCache(PipelineCache &&); ~PipelineCache(); - VkRenderPass get_render_pass(const FrameFormat &, bool, bool); + VkRenderPass get_render_pass(const FrameFormat &, bool, bool, bool); VkPipeline get_pipeline(const PipelineState &); VkDescriptorSet get_descriptor_set(const PipelineState &, unsigned); };