PFN_vkGetPipelineExecutableInternalRepresentationsKHR

Type Alias PFN_vkGetPipelineExecutableInternalRepresentationsKHR 

Source
pub type PFN_vkGetPipelineExecutableInternalRepresentationsKHR = Option<unsafe extern "system" fn(device: VkDevice, pExecutableInfo: *const VkPipelineExecutableInfoKHR, pInternalRepresentationCount: *mut u32, pInternalRepresentations: *mut VkPipelineExecutableInternalRepresentationKHR) -> VkResult>;

Aliased Type§

pub enum PFN_vkGetPipelineExecutableInternalRepresentationsKHR {
    None,
    Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkPipelineExecutableInfoKHR, *mut u32, *mut VkPipelineExecutableInternalRepresentationKHR) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkPipelineExecutableInfoKHR, *mut u32, *mut VkPipelineExecutableInternalRepresentationKHR) -> i32)

Some value of type T.