forked from skaslev/gl3w
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gl3w_gen.py generates amalgamated and trimmed header.
(reworked 2024-05-07 to try unfucking this project) Clean up generator arguments and ignore symbols mentioned in comments, but unused in source code. (reworked 2024-05-07 to try unfucking this project) # Conflicts: # gl3w_gen.py Change name of gl3wProcs to avoid symbol collisions. ocornut/imgui#4445 (comment) # Conflicts: # gl3w_gen.py Simplify API scan and add extra_symbols.txt for including additional symbols. # Conflicts: # gl3w_gen.py
- Loading branch information
Showing
5 changed files
with
306 additions
and
225 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
glReadPixels | ||
GL_PACK_ALIGNMENT | ||
GL_FRAMEBUFFER_SRGB |
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
Oops, something went wrong.