[−][src]Trait bedrock::VkHandle
Wrapping a Vulkan Dispatchable/Nondispatchable Handler
Associated Types
type Handle
Required methods
fn native_ptr(&self) -> Self::Handle
Retrieve an underlying handle
Implementations on Foreign Types
impl<'h, H: VkHandle + ?Sized + 'h> VkHandle for Option<&'h H>
[src]
Unwrapping Option-ed Reference to VkHandles.
Returns "Empty Handle" when the value is None
.