mirror of https://github.com/mosra/magnum.git
Browse Source
On Windows NVidia drivers the glTransformFeedbackVaryings() does not make a copy of its char* arguments so it fails at link time when the original char arrays are not in scope anymore. Enabling *synchronous* debug output circumvents this bug. Can be triggered by running TransformFeedbackGLTest with GL_KHR_debug extension disabled.pull/179/head
5 changed files with 60 additions and 4 deletions
Loading…
Reference in new issue