Type Alias PFN_vkCmdSetRenderingAttachmentLocationsKHR

Source
pub type PFN_vkCmdSetRenderingAttachmentLocationsKHR = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, pLocationInfo: *const VkRenderingAttachmentLocationInfoKHR)>;

Aliased Type§

enum PFN_vkCmdSetRenderingAttachmentLocationsKHR {
    None,
    Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *const VkRenderingAttachmentLocationInfoKHR)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *const VkRenderingAttachmentLocationInfoKHR))

Some value of type T.