@ -50,7 +50,9 @@
#include "Implementation/MeshState.h"
#include "Implementation/ShaderProgramState.h"
#include "Implementation/TextureState.h"
#ifndef MAGNUM_TARGET_GLES2
#include "Implementation/TransformFeedbackState.h"
#endif
namespace Magnum {
@ -27,6 +27,10 @@
#include "Magnum/Context.h"
#ifdef MAGNUM_TARGET_GLES2
#error This header is not available in OpenGL ES 2.0 build.
namespace Magnum { namespace Implementation {
struct TransformFeedbackState {
@ -382,6 +382,8 @@ inline TransformFeedback& TransformFeedback::operator=(TransformFeedback&& other
}
#else