pub type PFN_vkGetDescriptorSetLayoutHostMappingInfoVALVE = Option<unsafe extern "system" fn(device: VkDevice, pBindingReference: *const VkDescriptorSetBindingReferenceVALVE, pHostMapping: *mut VkDescriptorSetLayoutHostMappingInfoVALVE)>;

Aliased Type§

enum PFN_vkGetDescriptorSetLayoutHostMappingInfoVALVE {
    None,
    Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *const VkDescriptorSetBindingReferenceVALVE, _: *mut VkDescriptorSetLayoutHostMappingInfoVALVE)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *const VkDescriptorSetBindingReferenceVALVE, _: *mut VkDescriptorSetLayoutHostMappingInfoVALVE))

Some value of type T.