pub type PFN_vkCmdSetSampleLocationsEXT = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, pSampleLocationsInfo: *const VkSampleLocationsInfoEXT)>;

Aliased Type§

enum PFN_vkCmdSetSampleLocationsEXT {
    None,
    Some(unsafe extern "system" fn(_: *mut VkCommandBuffer_T, _: *const VkSampleLocationsInfoEXT)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut VkCommandBuffer_T, _: *const VkSampleLocationsInfoEXT))

Some value of type T.