Browse Source

GL: this doesn't need to be exported.

euler-xxx
Vladimír Vondruš 5 years ago
parent
commit
81a3ae5d44
  1. 2
      src/Magnum/GL/Context.h

2
src/Magnum/GL/Context.h

@ -821,7 +821,7 @@ class MAGNUM_GL_EXPORT Context {
friend Implementation::ContextState;
#endif
void disableDriverWorkaround(Containers::StringView workaround);
MAGNUM_GL_LOCAL void disableDriverWorkaround(Containers::StringView workaround);
/* Defined in Implementation/driverSpecific.cpp */
MAGNUM_GL_LOCAL void setupDriverWorkarounds();

Loading…
Cancel
Save