fix doc
This commit is contained in:
parent
73db1b4d5b
commit
c192b684d3
|
@ -4,7 +4,7 @@ import "github.com/go-gl/gl/v3.3-core/gl"
|
||||||
|
|
||||||
// This file defines functions that can operate without a parent Doer.
|
// This file defines functions that can operate without a parent Doer.
|
||||||
|
|
||||||
// Clear clears the current context..
|
// Clear clears the current OpenGL context.
|
||||||
func Clear(r, g, b, a float32) {
|
func Clear(r, g, b, a float32) {
|
||||||
DoNoBlock(func() {
|
DoNoBlock(func() {
|
||||||
gl.ClearColor(r, g, b, a)
|
gl.ClearColor(r, g, b, a)
|
||||||
|
|
Loading…
Reference in New Issue