mirror of https://github.com/mosra/magnum.git
Browse Source
This fixes a conflicting definition of GLsizeiptr and GLintptr when Magnum is combined with qopengl.h from Qt on Windows. Khronos has it as `signed long int`, whereas qopengl.h as ptrdiff_t, which is just `int`.pull/335/head
11 changed files with 95 additions and 0 deletions
Loading…
Reference in new issue