]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/commands.h
Automatically detect which multisample buffers to resolve
[libs/gl.git] / source / core / commands.h
index ec3281a09ae656d9cb610a80c121e72545ab90cc..6969b820306d88506424655dc3ef0516a8ac0511 100644 (file)
@@ -17,11 +17,11 @@ private:
 public:
        Commands();
 
-       void use_pipeline(const PipelineState &);
-       void clear(BufferBits);
+       void use_pipeline(const PipelineState *);
+       void clear(const ClearValue *);
        void draw(const Batch &);
        void draw_instanced(const Batch &, unsigned);
-       void resolve_multisample(Framebuffer &, BufferBits);
+       void resolve_multisample(Framebuffer &);
 };
 
 } // namespace GL