Esempio n. 1
0
File: alc.go Progetto: nzlov/goal
func (context *Context) GetDevice() *Device {
	return (*Device)(C.alcGetContextsDevice((*C.ALCcontext)(context)))
}
Esempio n. 2
0
// Renamed, was GetContextsDevice.
func (self *Context) GetDevice() *Device {
	return &Device{C.alcGetContextsDevice(self.handle)}
}