Beispiel #1
0
Datei: alc.go Projekt: nzlov/goal
func (context *Context) GetDevice() *Device {
	return (*Device)(C.alcGetContextsDevice((*C.ALCcontext)(context)))
}
Beispiel #2
0
// Renamed, was GetContextsDevice.
func (self *Context) GetDevice() *Device {
	return &Device{C.alcGetContextsDevice(self.handle)}
}