예제 #1
0
func GetNumVideoAdapters() int32 {
	return int32(C.al_get_num_video_adapters())
}
예제 #2
0
파일: display.go 프로젝트: beoran/algo
// Gets the number of available video adapters (I.E. grapic cards)
func NumVideoAdapters() int {
	return int(C.al_get_num_video_adapters())
}