]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/opengl/commands_backend.h
Rework multisample resolve to use resolve attachments
[libs/gl.git] / source / backends / opengl / commands_backend.h
index e6a3161ad105f464e2d825baab1360d1ad0a7eb6..94ddc56026f6cb8c6e9fb9960ec8267566d4efbc 100644 (file)
@@ -25,7 +25,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);