X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fcommands.h;h=2dc66cfa5232c8ea409162f0d09b829ccb9012a0;hb=0d5406c66549a2cfc2fca701cc1c4972e7fd493a;hp=ec3281a09ae656d9cb610a80c121e72545ab90cc;hpb=ebef7085e2672866189ccdb3a89e977e678a89b9;p=libs%2Fgl.git diff --git a/source/core/commands.h b/source/core/commands.h index ec3281a0..2dc66cfa 100644 --- a/source/core/commands.h +++ b/source/core/commands.h @@ -17,8 +17,8 @@ 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);