|
|
|
@ -30,7 +30,6 @@ |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
#include <Corrade/Containers/EnumSet.h> |
|
|
|
#include <Corrade/Containers/EnumSet.h> |
|
|
|
#include <Corrade/Utility/Macros.h> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "Magnum/AbstractObject.h" |
|
|
|
#include "Magnum/AbstractObject.h" |
|
|
|
#include "Magnum/Math/Range.h" |
|
|
|
#include "Magnum/Math/Range.h" |
|
|
|
@ -134,21 +133,6 @@ enum class FramebufferTarget: GLenum { |
|
|
|
#else |
|
|
|
#else |
|
|
|
Draw, |
|
|
|
Draw, |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
#ifdef MAGNUM_BUILD_DEPRECATED |
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* Framebuffer drawing target |
|
|
|
|
|
|
|
* @deprecated Use @ref FramebufferTarget::Draw instead. |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
ReadDraw CORRADE_DEPRECATED_ENUM("use FramebufferTarget::Draw instead") = |
|
|
|
|
|
|
|
#ifndef MAGNUM_TARGET_GLES2 |
|
|
|
|
|
|
|
GL_DRAW_FRAMEBUFFER |
|
|
|
|
|
|
|
#elif !defined(MAGNUM_TARGET_WEBGL) |
|
|
|
|
|
|
|
GL_DRAW_FRAMEBUFFER_APPLE |
|
|
|
|
|
|
|
#else |
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
namespace Implementation { struct FramebufferState; } |
|
|
|
namespace Implementation { struct FramebufferState; } |
|
|
|
|