]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/commands.h
Make it possible to specify explicit clear values
[libs/gl.git] / source / core / commands.h
index ec3281a09ae656d9cb610a80c121e72545ab90cc..08fdbffd89223a7cda3648a18f2e8a97c85138cf 100644 (file)
@@ -18,7 +18,7 @@ public:
        Commands();
 
        void use_pipeline(const PipelineState &);
-       void clear(BufferBits);
+       void clear(const ClearValue *);
        void draw(const Batch &);
        void draw_instanced(const Batch &, unsigned);
        void resolve_multisample(Framebuffer &, BufferBits);