mirror of https://github.com/mosra/magnum.git
Browse Source
WebGL mandates that array subscription is done with constant expression, ANGLE too (but I think that has also something to do with D3D9 limitations). This is however allowed by OpenGL ES 2.0 specification, so enabling the workaround only for WebGL and ANGLE (i.e., this won't apply to Native Client using native GL drivers).pull/55/merge
2 changed files with 14 additions and 1 deletions
Loading…
Reference in new issue