remove unecessary comment
This commit is contained in:
parent
29aa4aa32f
commit
b81eba039b
|
@ -11,11 +11,7 @@ import (
|
||||||
// execute all OpenGL calls from a single dedicated thread. This file defines functions to make
|
// execute all OpenGL calls from a single dedicated thread. This file defines functions to make
|
||||||
// it possible.
|
// it possible.
|
||||||
|
|
||||||
var (
|
var callQueue = make(chan func())
|
||||||
callQueue = make(chan func())
|
|
||||||
|
|
||||||
//TODO: some OpenGL state variables will be here
|
|
||||||
)
|
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
go func() {
|
go func() {
|
||||||
|
|
Loading…
Reference in New Issue