update doc

This commit is contained in:
faiface 2016-12-31 02:43:02 +01:00
parent 2b6205fe45
commit db0d646ca8
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
// Package pixelgl provides higher-level abstractions around the basic OpenGL primitives and
// Package pixelgl provides some abstractions around the basic OpenGL primitives and
// operations.
//
// All calls should be wrapped inside pixelgl.Do/DoNoBlock/DoErr/DoVal.
//
// This package deliberately does not handle nor report OpenGL errors, it's up to you to
// cause none.
package pixelgl