https://github.com/libigl/libigl-glad
https://github.com/libigl/libigl-glad
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/libigl/libigl-glad
- Owner: libigl
- Created: 2018-10-15T13:36:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T19:29:01.000Z (about 1 year ago)
- Last Synced: 2025-04-09T21:07:39.000Z (about 1 year ago)
- Language: C
- Size: 93.8 KB
- Stars: 0
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
glad
====
The files in this folder were generated using [glad](https://github.com/Dav1dde/glad).
### Using a different version of OpenGL
The files in this folder correspond to the OpenGL 4.1 Core Profile. If you need to use libigl with a different version of OpenGL, you can use this [webservice](http://glad.dav1d.de/) to generate the loader for your desired version of OpenGL. Then, in your CMake build system, simply define the target `glad` to point to your own version of glad before including libigl.