ebiten/internal/graphicsdriver/opengl/gl
2021-07-05 00:24:44 +09:00
..
conversions_notwindows.go
conversions_windows.go
conversions.go
LICENSE
package_notwindows.go internal/graphicsdriver/opengl: Add APIs for stencil buffers 2021-07-05 00:24:44 +09:00
package_windows.go internal/graphicsdriver/opengl: Add APIs for stencil buffers 2021-07-05 00:24:44 +09:00
package_x.go
package.go internal/graphicsdriver/opengl: Add APIs for stencil buffers 2021-07-05 00:24:44 +09:00
procaddr_notwindows.go
procaddr_windows.go
README.md

This is a fork of github.com/go-gl/gl/v2.1/gl with the below patch. This is now modified manually.

The original version is generated from github.com/hajimehoshi/glow's nocgo branch. This enables to remove dependencies on Cgo on Windows.

Now we are working on commiting this 'no-cgo' change to the official gl package. See https://github.com/go-gl/glow/pull/102.