pub type PFN_vkGetRenderingAreaGranularityKHR = Option<unsafe extern "system" fn(device: VkDevice, pRenderingAreaInfo: *const VkRenderingAreaInfoKHR, pGranularity: *mut VkExtent2D)>;

Aliased Type§

enum PFN_vkGetRenderingAreaGranularityKHR {
    None,
    Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *const VkRenderingAreaInfoKHR, _: *mut VkExtent2D)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *const VkRenderingAreaInfoKHR, _: *mut VkExtent2D))

Some value of type T.