pub type PFN_vkCmdNextSubpass = Option<unsafe extern "C" fn(commandBuffer: VkCommandBuffer, contents: VkSubpassContents)>;Aliased Type§
pub enum PFN_vkCmdNextSubpass {
None,
Some(unsafe extern "C" fn(*mut VkCommandBuffer_T, i32)),
}pub type PFN_vkCmdNextSubpass = Option<unsafe extern "C" fn(commandBuffer: VkCommandBuffer, contents: VkSubpassContents)>;pub enum PFN_vkCmdNextSubpass {
None,
Some(unsafe extern "C" fn(*mut VkCommandBuffer_T, i32)),
}