|
|
|
@ -474,10 +474,11 @@ class MAGNUM_EXPORT Context { |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
DetectedDrivers detectedDriver(); |
|
|
|
DetectedDrivers detectedDriver(); |
|
|
|
|
|
|
|
|
|
|
|
#ifndef DOXYGEN_GENERATING_OUTPUT |
|
|
|
#ifdef DOXYGEN_GENERATING_OUTPUT |
|
|
|
|
|
|
|
private: |
|
|
|
|
|
|
|
#endif |
|
|
|
bool isDriverWorkaroundDisabled(const std::string& workaround); |
|
|
|
bool isDriverWorkaroundDisabled(const std::string& workaround); |
|
|
|
Implementation::State& state() { return *_state; } |
|
|
|
Implementation::State& state() { return *_state; } |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private: |
|
|
|
private: |
|
|
|
static Context* _current; |
|
|
|
static Context* _current; |
|
|
|
|