ebiten/internal/graphicsdriver/opengl/gl
2024-04-07 02:08:40 +09:00
..
const.go
debug.go
default_cgo.go internal/graphicsdriver/gl: use PureGo for Linux and UNIX 2024-04-07 02:08:40 +09:00
default_js.go
default_purego.go internal/graphicsdriver/gl: use PureGo for Linux and UNIX 2024-04-07 02:08:40 +09:00
gen.go
interface.go
procaddr_darwin.go
procaddr_linbsd.go internal/graphicsdriver/gl: use PureGo for Linux and UNIX 2024-04-07 02:08:40 +09:00
procaddr_nintendosdk.go
procaddr_windows.go
procaddr.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 committing this 'no-cgo' change to the official gl package. See https://github.com/go-gl/glow/pull/102.