ebiten/internal/graphicsdriver/opengl/gl
2023-08-01 23:45:43 +09:00
..
const.go internal/graphicsdriver/opengl: refactoring: move consts to gl 2023-04-22 21:20:34 +09:00
debug.go all: update OpenGL version from 2.1 to 3.2 2023-04-23 14:25:36 +09:00
default_cgo.go internal/graphicsdriver/opengl/gl: change the license of default_cgo* to Apache-2.0 2023-08-01 23:45:43 +09:00
default_js.go all: update OpenGL version from 2.1 to 3.2 2023-04-23 14:25:36 +09:00
default_purego.go all: update OpenGL version from 2.1 to 3.2 2023-04-23 14:25:36 +09:00
gen.go internal/graphicsdriver/opengl: add a debug mode with a build tag ebitenginegldebug 2023-04-22 13:17:08 +09:00
gomobile.go all: update OpenGL version from 2.1 to 3.2 2023-04-23 14:25:36 +09:00
interface.go all: update OpenGL version from 2.1 to 3.2 2023-04-23 14:25:36 +09:00
procaddr_darwin.go all: update OpenGL version from 2.1 to 3.2 2023-04-23 14:25:36 +09:00
procaddr_nintendosdk.go internal/graphicsdriver/opengl/gl: refactoring 2023-04-22 15:59:18 +09:00
procaddr_others.go all: update OpenGL version from 2.1 to 3.2 2023-04-23 14:25:36 +09:00
procaddr_windows.go internal/graphicsdriver/opengl/gl: refactoring 2023-04-22 15:59:18 +09:00
procaddr.go internal/graphicsdriver/opengl/gl: bug fix: build error with GOOS=js 2023-04-22 16:10:49 +09:00
README.md fix typos (#2227) 2022-08-03 22:40:39 +09:00

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.