]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/renderer.h
Rework multisample resolve to use resolve attachments
[libs/gl.git] / source / render / renderer.h
index 3341d9aa061e038f3acb59c5515cc6f776c9d5d7..39ac462fbb96d4901c8f9ec884ba141dce04ecb6 100644 (file)
@@ -235,8 +235,8 @@ public:
        void dispatch(unsigned, unsigned = 1, unsigned = 1);
 
        /** Resolves multisample attachments from the active framebuffer into
-       target. */
-       void resolve_multisample(Framebuffer &target);
+       their corresponding resolve attachments. */
+       void resolve_multisample();
 
        void begin_query(const QueryPool &, unsigned);
        void end_query(const QueryPool &, unsigned);