forked from ginkgo/pink-pony
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replacing outdated GLEE with generated flextGL files
- Loading branch information
Showing
10 changed files
with
7,436 additions
and
22,187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# This file is used as input for flextGLgen.py | ||
# It defines the targetted OpenGL version and lists the used extensions. | ||
# For more information: https://github.com/ginkgo/flextGL | ||
|
||
version 2.1 compatibility | ||
|
||
extension EXT_framebuffer_object required | ||
|
||
extension EXT_geometry_shader4 optional | ||
extension NV_transform_feedback optional |
Oops, something went wrong.