Skip to main content

PFN_vkDestroyShaderModule

Type Alias PFN_vkDestroyShaderModule 

Source
pub type PFN_vkDestroyShaderModule = Option<unsafe extern "system" fn(device: Device, shader_module: ShaderModule, p_allocator: *const AllocationCallbacks)>;
Expand description

vkDestroyShaderModule Provided by VK_COMPUTE_VERSION_1_0.

§Thread Safety

  • shaderModule must be externally synchronized

Aliased Type§

pub enum PFN_vkDestroyShaderModule {
    None,
    Some(unsafe extern "system" fn(Device, ShaderModule, *const AllocationCallbacks)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(Device, ShaderModule, *const AllocationCallbacks))

Some value of type T.