go-opengl-pixel/pixelgl/doc.go

9 lines
298 B
Go
Raw Normal View History

2016-12-30 19:43:02 -06:00
// Package pixelgl provides some abstractions around the basic OpenGL primitives and
2016-12-30 10:53:47 -06:00
// operations.
2016-12-06 09:05:08 -06:00
//
2016-12-30 19:43:02 -06:00
// All calls should be wrapped inside pixelgl.Do/DoNoBlock/DoErr/DoVal.
//
2016-12-30 10:53:47 -06:00
// This package deliberately does not handle nor report OpenGL errors, it's up to you to
// cause none.
2016-11-23 09:46:46 -06:00
package pixelgl