github.com/cybriq/giocore@v0.0.7-0.20210703034601-cfb9cb5f3900/gpu/headless/headless_gl.go (about) 1 // SPDX-License-Identifier: Unlicense OR MIT 2 3 // +build !windows 4 5 package headless 6 7 func newContext() (context, error) { 8 return newGLContext() 9 }