update doc in pixelgl
This commit is contained in:
parent
8917a09da9
commit
4a31512454
|
@ -1,7 +1,7 @@
|
||||||
// Package pixelgl provides some abstractions around the basic OpenGL primitives and
|
// Package pixelgl provides some abstractions around the basic OpenGL primitives and
|
||||||
// operations.
|
// 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
|
// This package deliberately does not handle nor report OpenGL errors, it's up to you to
|
||||||
// cause none.
|
// cause none.
|
||||||
|
|
Loading…
Reference in New Issue