Open
Conversation
* use token auth during download * update readme with token info * remove unnecessary escape Co-authored-by: Matt Lynam <matt@slash.gg>
reflect will always panic on this conversion. As uintptr is an integer type, it is not interpreted as a pointer in itself. Also, this call is redundant per se as it returns a uintptr. Just converting data to a uintptr and passing to unsafe.Pointer should get the expected result.
Google's ANGLE library implements OpenGL ES on top of Windows GPU APIs. Updates #51 Signed-off-by: Elias Naur <mail@eliasnaur.com>
still keep the Desktop OpenGL option default for windows Co-authored-by: Zhao Wang <zhao@platoteam.com>
Default still uses desktop OpenGL Co-authored-by: Zhao Wang <zhao@platoteam.com>
* update to current state of files * add downloading of KHR include files * add copying of KHR include files to target * allow glow to work in module-aware cases
…#119) * add overloads for glVertexAttribIPointer and glVertexAttribLPointer * add overload for glDrawElementsBaseVertex
simply add netbsd to everywhere freebsd and openbsd are mentioned. this works to let go-gl/glfw build on a netbsd-9.2 vm
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.