Skip to content
doc.go 225 B
Newer Older
faiface's avatar
faiface committed
// Package pixelgl provides higher-level abstractions around the basic OpenGL primitives and operations.
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