Trait VkDeviceChildNonExtDestroyable

Source
pub trait VkDeviceChildNonExtDestroyable {
    // Required method
    unsafe fn destroy(
        self,
        device: VkDevice,
        allocator: *const VkAllocationCallbacks,
    );
}

Required Methods§

Source

unsafe fn destroy( self, device: VkDevice, allocator: *const VkAllocationCallbacks, )

Implementors§