|
|
|
@ -152,8 +152,8 @@ class GLContext: public GL::Context { |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
#ifdef MAGNUM_BUILD_DEPRECATED |
|
|
|
#ifdef MAGNUM_BUILD_DEPRECATED |
|
|
|
/** @brief @copybrief GL::Extension
|
|
|
|
/** @brief @copybrief Platform::GLContext
|
|
|
|
* @deprecated Use @ref GL::Extension instead. |
|
|
|
* @deprecated Use @ref Platform::GLContext instead. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
typedef CORRADE_DEPRECATED("use Platform::GLContext instead") GLContext Context; |
|
|
|
typedef CORRADE_DEPRECATED("use Platform::GLContext instead") GLContext Context; |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|