Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR extends
glow
in the following ways:Download of
KHR/khrplatform.h
As identified in a go-gl/gl comment , newest API specs all require the presence of
KHR/khrplatform.h
. This file is not always available, as it is (historically) part of the EGL package. While Linux systems could install the corresponding library, MS Windows does not have an easy solution.This PR extends
glow
to also include the file from the repository, and include it in all generated packages, making them self-sustained.Module-aware compatibility
In case both
go-gl/glow
andgo-gl/gl
(or any other target) are used outsideGOPATH
, resolution of packagegithub.com/go-gl/glow
does not work.This PR changes the default behaviour of an immediate termination to a fallback of resolving the current working directory.
The corresponding adaption of specifying the necessary paths in the generation code of
go-gl/gl
will be provided in a tandem PR to this one.Update of all spec files
The specification files have all been freshly updated. (Fresh execution of
download
command)