icculus / mojoshader

Use Direct3D shaders with other 3D rendering APIs.
https://icculus.org/mojoshader/
zlib License
122 stars 36 forks source link

GL/gl.h: replace with open-source file #52

Open yangfl opened 2 years ago

yangfl commented 2 years ago

The original header file contains a warning for 'unpublished proprietary source code', which is quite dangerous at first glance. However, this can be safely replaced with the header from the mesa library.