Skip to main content

PFN_vkCmdSetSampleLocationsEXT

Type Alias PFN_vkCmdSetSampleLocationsEXT 

Source
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

  • commandBuffer must be externally synchronized

Aliased Type§

pub enum PFN_vkCmdSetSampleLocationsEXT {
    None,
    Some(unsafe extern "system" fn(CommandBuffer, *const SampleLocationsInfoEXT)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(CommandBuffer, *const SampleLocationsInfoEXT))

Some value of type T.