Ejemplo n.º 1
0
func (w *Window) GetWGLContext() C.HGLRC {
	ret := C.glfwGetWGLContext(w.data)
	panicError()
	return ret
}
Ejemplo n.º 2
0
func (w *Window) GetWGLContext() C.HGLRC {
	return C.glfwGetWGLContext(w.data)
}