pub type PFN_vkCmdPreprocessGeneratedCommandsEXT = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, pGeneratedCommandsInfo: *const VkGeneratedCommandsInfoEXT, stateCommandBuffer: VkCommandBuffer)>;
Aliased Type§
pub enum PFN_vkCmdPreprocessGeneratedCommandsEXT {
None,
Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *const VkGeneratedCommandsInfoEXT, *mut VkCommandBuffer_T)),
}
Variants§
None
No value.
Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *const VkGeneratedCommandsInfoEXT, *mut VkCommandBuffer_T))
Some value of type T
.