pub type PFN_vkCmdBeginRendering = Option<unsafe extern "C" fn(commandBuffer: VkCommandBuffer, pRenderingInfo: *const VkRenderingInfo)>;Aliased Type§
pub enum PFN_vkCmdBeginRendering {
None,
Some(unsafe extern "C" fn(*mut VkCommandBuffer_T, *const VkRenderingInfo)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut VkCommandBuffer_T, *const VkRenderingInfo))
Some value of type T.