Пример #1
0
func (w *Window) GetWGLContext() C.HGLRC {
	ret := C.glfwGetWGLContext(w.data)
	panicError()
	return ret
}
Пример #2
0
func (w *Window) GetWGLContext() C.HGLRC {
	return C.glfwGetWGLContext(w.data)
}