pub type PFN_vkBeginCommandBuffer = Option<unsafe extern "C" fn(commandBuffer: VkCommandBuffer, pBeginInfo: *const VkCommandBufferBeginInfo) -> VkResult>;Aliased Type§
pub enum PFN_vkBeginCommandBuffer {
None,
Some(unsafe extern "C" fn(Handle<CommandBufferT>, *const VkCommandBufferBeginInfo) -> VkResult),
}Variants§
None
No value.
Some(unsafe extern "C" fn(Handle<CommandBufferT>, *const VkCommandBufferBeginInfo) -> VkResult)
Some value of type T.