]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/commands.h
Store GLSL features in DeviceInfo
[libs/gl.git] / source / core / commands.h
index 2dc66cfa5232c8ea409162f0d09b829ccb9012a0..ca10f7845b78a54dd588f60c37c0fc3d7c958f55 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef COMMANDS_H_
-#define COMMANDS_H_
+#ifndef MSP_GL_COMMANDS_H_
+#define MSP_GL_COMMANDS_H_
 
 #include "framebuffer.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