Browse Source

Implementation: doc++, minor cleanup.

pull/203/merge
Vladimír Vondruš 9 years ago
parent
commit
1f94067981
  1. 3
      src/Magnum/Implementation/driverSpecific.cpp

3
src/Magnum/Implementation/driverSpecific.cpp

@ -33,6 +33,7 @@
namespace Magnum { namespace Magnum {
namespace { namespace {
/* Search the code for the following strings to see where they are implemented. */
std::vector<std::string> KnownWorkarounds{ std::vector<std::string> KnownWorkarounds{
#if !defined(MAGNUM_TARGET_GLES) && !defined(CORRADE_TARGET_APPLE) #if !defined(MAGNUM_TARGET_GLES) && !defined(CORRADE_TARGET_APPLE)
/* Creating core context with specific version on AMD and NV /* Creating core context with specific version on AMD and NV
@ -59,7 +60,7 @@ namespace {
"nv-windows-dangling-transform-feedback-varying-names", "nv-windows-dangling-transform-feedback-varying-names",
#endif #endif
#if !defined(MAGNUM_TARGET_GLES) #ifndef MAGNUM_TARGET_GLES
/* Layout qualifier causes compiler error with GLSL 1.20 on Mesa, GLSL /* Layout qualifier causes compiler error with GLSL 1.20 on Mesa, GLSL
1.30 on NVidia and 1.40 on Mac OS X. Everything is fine when using 1.30 on NVidia and 1.40 on Mac OS X. Everything is fine when using
newer GLSL version. */ newer GLSL version. */

Loading…
Cancel
Save