pub type PFN_vkCmdSetSampleLocationsEXT = Option<unsafe extern "system" fn(command_buffer: CommandBuffer, p_sample_locations_info: *const SampleLocationsInfoEXT)>;Expand description
vkCmdSetSampleLocationsEXT
Provided by VK_EXT_sample_locations.
§Thread Safety
commandBuffermust be externally synchronized
Aliased Type§
pub enum PFN_vkCmdSetSampleLocationsEXT {
None,
Some(unsafe extern "system" fn(CommandBuffer, *const SampleLocationsInfoEXT)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(CommandBuffer, *const SampleLocationsInfoEXT))
Some value of type T.