X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fcore%2Fcommands.h;h=08fdbffd89223a7cda3648a18f2e8a97c85138cf;hb=006bdb4f8660098fc524dcca80b24c943c65b249;hp=ec3281a09ae656d9cb610a80c121e72545ab90cc;hpb=ff8a8bfa114a690b7b25d9503bb5ed811d6aeca9;p=libs%2Fgl.git diff --git a/source/core/commands.h b/source/core/commands.h index ec3281a0..08fdbffd 100644 --- a/source/core/commands.h +++ b/source/core/commands.h @@ -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);