ebiten/internal/graphicsdriver/opengl/gl
Hajime Hoshi 0d8912e7ae internal/graphicsdriver/opengl/gl: bug fix: failed to load OpenGL(ES).framework on iOS
This change also fixes the issue that *EXT functions are missing
in OpenGLES.framework.

Closes #2456
2022-11-15 02:33:45 +09:00
..
const.go internal/graphicsdriver/opengl/gles: integrate gles and glconst into gl 2022-11-13 14:15:22 +09:00
default_notpurego.go internal/graphicsdriver/opengl/gl: dynamic function loading for Android 2022-11-14 23:23:50 +09:00
default_purego.go internal/graphicsdriver/opengl/gl: automatically choose OpenGL and OpenGL ES 2022-11-14 12:50:53 +09:00
gomobile.go internal/graphicsdriver/opengl/gl: automatically choose OpenGL and OpenGL ES 2022-11-14 12:50:53 +09:00
interface.go internal/graphicsdriver/opengl/gl: automatically choose OpenGL and OpenGL ES 2022-11-14 12:50:53 +09:00
LICENSE graphicsdriver/opengl: Use non-cgo gl package on Windows (#171) 2018-12-09 03:06:11 +09:00
procaddr_darwin.go internal/graphicsdriver/opengl/gl: bug fix: failed to load OpenGL(ES).framework on iOS 2022-11-15 02:33:45 +09:00
procaddr_nintendosdk.go internal/graphicsdriver/opengl/gl: automatically choose OpenGL and OpenGL ES 2022-11-14 12:50:53 +09:00
procaddr_others.go internal/graphicsdriver/opengl/gl: dynamic function loading for Android 2022-11-14 23:23:50 +09:00
procaddr_windows.go internal/graphicsdriver/opengl/gl: automatically choose OpenGL and OpenGL ES 2022-11-14 12:50:53 +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.