gaioguys / GAIO.jl

A Julia package for set oriented computations.
MIT License
9 stars 4 forks source link

GL_ARB_explicit_uniform_location #7

Closed gaioguy closed 4 years ago

gaioguy commented 4 years ago

Very nice. On my MacBook, however, I get the error ERROR: ERROR: 0:2: '' : extension 'GL_ARB_explicit_uniform_location' is not supported - which seems to stem from definitions in box2/3d.vert. Is it possible to phrase these without requiring the GL_ARB_explicit_uniform_location extension?

Originally posted by @gaioguy in https://github.com/gaioguy/GAIO.jl/pull/5#issuecomment-655430211

cafaxo commented 4 years ago

I have opened a pull request here. Please test the fix_opengl branch since I do not have access to macOS.