go-opengl-pixel/pixelgl/doc.go

5 lines
225 B
Go
Raw Normal View History

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