ebiten/internal/graphicsdriver/opengl/gl/README.md
2018-12-09 04:41:43 +09:00

313 B

This package is basically same as github.com/go-gl/gl/v2.1/gl, but 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.