pub trait DeviceChildHandle {
// Required method
fn device_handle(&self) -> VkDevice;
}Expand description
Child of a device object(raw handle)
Required Methods§
Sourcefn device_handle(&self) -> VkDevice
fn device_handle(&self) -> VkDevice
Retrieve a reference to a device handle that creates this objecs