@ -30,7 +30,7 @@
namespace Magnum { namespace Implementation {
struct FramebufferState {
inline FramebufferState(): readBinding(0), drawBinding(0), renderbufferBinding(0) {}
inline constexpr FramebufferState(): readBinding(0), drawBinding(0), renderbufferBinding(0) {}
GLuint readBinding, drawBinding, renderbufferBinding;
Rectanglei viewport;
@ -29,7 +29,7 @@
struct MeshState {
inline MeshState(): currentVAO(0) {}
inline constexpr MeshState(): currentVAO(0) {}
GLuint currentVAO;
};