pub type PFN_vkBeginCommandBuffer = Option<FN_vkBeginCommandBuffer>;Expand description
vkBeginCommandBuffer
Aliased Type§
pub enum PFN_vkBeginCommandBuffer {
None,
Some(unsafe extern "system" fn(VkCommandBuffer, *const VkCommandBufferBeginInfo) -> VkResult),
}Variants§
None
No value.
Some(unsafe extern "system" fn(VkCommandBuffer, *const VkCommandBufferBeginInfo) -> VkResult)
Some value of type T.