]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/vulkan/commands_backend.h
Rework multisample resolve to use resolve attachments
[libs/gl.git] / source / backends / vulkan / commands_backend.h
index 7c98b15f0d061bbe7ea43bce73e8ae9559c1996a..feb7d0778aaef40d4100445370402df92deee696 100644 (file)
@@ -70,7 +70,7 @@ protected:
        void draw(const Batch &);
        void draw_instanced(const Batch &, unsigned);
        void dispatch(unsigned, unsigned, unsigned);
-       void resolve_multisample(Framebuffer &);
+       void resolve_multisample();
 
        void begin_query(const QueryPool &, unsigned);
        void end_query(const QueryPool &, unsigned);