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