X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fcommands.h;h=6969b820306d88506424655dc3ef0516a8ac0511;hb=1fba50491957cdd28cff4082a32764691d8ec473;hp=ec3281a09ae656d9cb610a80c121e72545ab90cc;hpb=ebef7085e2672866189ccdb3a89e977e678a89b9;p=libs%2Fgl.git diff --git a/source/core/commands.h b/source/core/commands.h index ec3281a0..6969b820 100644 --- a/source/core/commands.h +++ b/source/core/commands.h @@ -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