update doc
This commit is contained in:
parent
2b6205fe45
commit
db0d646ca8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue