Skip to content

Upstream#4

Open
neclepsio wants to merge 16 commits intoneclepsio:masterfrom
go-gl:master
Open

Upstream#4
neclepsio wants to merge 16 commits intoneclepsio:masterfrom
go-gl:master

Conversation

@neclepsio
Copy link
Copy Markdown
Owner

No description provided.

mlynam and others added 16 commits July 1, 2020 12:10
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.