pub type PFN_vkCmdSetFragmentShadingRateKHR = Option<unsafe extern "C" fn(commandBuffer: VkCommandBuffer, pFragmentSize: *const VkExtent2D, combinerOps: *const VkFragmentShadingRateCombinerOpKHR)>;Aliased Type§
pub enum PFN_vkCmdSetFragmentShadingRateKHR {
None,
Some(unsafe extern "C" fn(*mut VkCommandBuffer_T, *const VkExtent2D, *const i32)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut VkCommandBuffer_T, *const VkExtent2D, *const i32))
Some value of type T.