X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fcommands.h;h=ca10f7845b78a54dd588f60c37c0fc3d7c958f55;hb=8e553af57b712051f47293c971671f4f6a939be2;hp=ec3281a09ae656d9cb610a80c121e72545ab90cc;hpb=ebef7085e2672866189ccdb3a89e977e678a89b9;p=libs%2Fgl.git diff --git a/source/core/commands.h b/source/core/commands.h index ec3281a0..ca10f784 100644 --- a/source/core/commands.h +++ b/source/core/commands.h @@ -1,5 +1,5 @@ -#ifndef COMMANDS_H_ -#define COMMANDS_H_ +#ifndef MSP_GL_COMMANDS_H_ +#define MSP_GL_COMMANDS_H_ #include "framebuffer.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