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