|
|
|
@ -32,7 +32,6 @@ |
|
|
|
|
|
|
|
|
|
|
|
namespace Magnum { |
|
|
|
namespace Magnum { |
|
|
|
|
|
|
|
|
|
|
|
#ifndef CORRADE_NO_ASSERT |
|
|
|
|
|
|
|
namespace { |
|
|
|
namespace { |
|
|
|
std::vector<std::string> KnownWorkarounds{ |
|
|
|
std::vector<std::string> KnownWorkarounds{ |
|
|
|
/* Creating core context with specific version on AMD and NV
|
|
|
|
/* Creating core context with specific version on AMD and NV
|
|
|
|
@ -41,7 +40,6 @@ namespace { |
|
|
|
"amd-nv-no-forward-compatible-core-context" |
|
|
|
"amd-nv-no-forward-compatible-core-context" |
|
|
|
}; |
|
|
|
}; |
|
|
|
} |
|
|
|
} |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace Implementation { |
|
|
|
namespace Implementation { |
|
|
|
|
|
|
|
|
|
|
|
|