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
shaderModulemust be externally synchronized
Aliased Type§
pub enum PFN_vkDestroyShaderModule {
None,
Some(unsafe extern "system" fn(Device, ShaderModule, *const AllocationCallbacks)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(Device, ShaderModule, *const AllocationCallbacks))
Some value of type T.