]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/vulkan/pipelinecache.h
Treat clear() with null parameter as invalidate
[libs/gl.git] / source / backends / vulkan / pipelinecache.h
index cb14d1ef50391cd570ed59093dab0038e9dc8597..1017a93ff6b63ed7bef01dc01190dab04024afc3 100644 (file)
@@ -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);
 };