Skip to content
doc.go 298 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 wrapped inside pixelgl.Do/DoNoBlock/DoErr/DoVal.
//
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