update doc in pixelgl

This commit is contained in:
faiface 2017-01-25 18:26:57 +01:00
parent 8917a09da9
commit 4a31512454
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// Package pixelgl provides some abstractions around the basic OpenGL primitives and
// operations.
//
// All calls should be wrapped inside pixelgl.Do/DoNoBlock/DoErr/DoVal.
// 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.