Пример #1
0
Файл: alc.go Проект: nzlov/goal
func (context *Context) GetDevice() *Device {
	return (*Device)(C.alcGetContextsDevice((*C.ALCcontext)(context)))
}
Пример #2
0
// Renamed, was GetContextsDevice.
func (self *Context) GetDevice() *Device {
	return &Device{C.alcGetContextsDevice(self.handle)}
}