go-opengl-pixel/pixelgl/doc.go

7 lines
231 B
Go
Raw Normal View History

2016-12-30 10:53:47 -06:00
// Package pixelgl provides higher-level abstractions around the basic OpenGL primitives and
// operations.
2016-12-06 09:05:08 -06:00
//
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