예제 #1
0
파일: main.go 프로젝트: nick-fedesna/egles
func cleanup() {
	egl.DestroySurface(platform.Display, platform.Surface)
	egl.DestroyContext(platform.Display, platform.Context)
	egl.Terminate(platform.Display)
}
예제 #2
0
파일: main.go 프로젝트: remogatto/egles
func cleanup() {
	egl.DestroySurface(display, surface)
	egl.DestroyContext(display, context)
	egl.Terminate(display)
}