This commit is contained in:
faiface 2016-12-01 17:49:40 +01:00
parent 73db1b4d5b
commit c192b684d3
1 changed files with 1 additions and 1 deletions

View File

@ -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.
// Clear clears the current context..
// Clear clears the current OpenGL context.
func Clear(r, g, b, a float32) {
DoNoBlock(func() {
gl.ClearColor(r, g, b, a)