pub trait VkHandle {
type Handle;
// Required method
fn native_ptr(&self) -> Self::Handle;
// Provided method
fn as_transparent_ref(&self) -> VkHandleRef<'_, Self::Handle> { ... }
}Expand description
Wrapping a Vulkan Dispatchable/Nondispatchable Handler
Required Associated Types§
Required Methods§
Sourcefn native_ptr(&self) -> Self::Handle
fn native_ptr(&self) -> Self::Handle
Retrieve an underlying handle