func (context *Context) GetDevice() *Device { return (*Device)(C.alcGetContextsDevice((*C.ALCcontext)(context))) }
// Renamed, was GetContextsDevice. func (self *Context) GetDevice() *Device { return &Device{C.alcGetContextsDevice(self.handle)} }