Trait ccthw_ash_instance::VulkanHandle
source · pub trait VulkanHandle {
type Handle;
// Required method
unsafe fn raw(&self) -> &Self::Handle;
}
Expand description
Types which implement this trait can provide the raw Vulkan resource handle as provided by Ash.