Skip to content
doc.go 322 B
Newer Older
faiface's avatar
faiface committed
// Package pixelgl provides some abstractions around the basic OpenGL primitives and
faiface's avatar
faiface committed
// operations.
faiface's avatar
faiface committed
//
faiface's avatar
faiface committed
// All calls should be done from the main thread using "github.com/faiface/mainthread" package.
faiface's avatar
faiface committed
//
faiface's avatar
faiface committed
// This package deliberately does not handle nor report OpenGL errors, it's up to you to
// cause none.
faiface's avatar
faiface committed
package pixelgl