]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/vulkan/commands_backend.h
Treat clear() with null parameter as invalidate
[libs/gl.git] / source / backends / vulkan / commands_backend.h
index 8632ca7c2648e355091faccd69c75cc3aa6c33dc..4de712f57092947409fb554826139e9300ee4198 100644 (file)
@@ -43,7 +43,7 @@ protected:
        ~VulkanCommands();
 
        void begin_buffer();
-       void begin_render_pass(const ClearValue *);
+       void begin_render_pass(bool, const ClearValue *);
        void end_render_pass();
 
        void begin_frame(unsigned);