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