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