pub type PFN_vkDestroyShaderModule = unsafe extern "system" fn(_device: Device, _shader_module: ShaderModule, _allocator: *const AllocationCallbacks);
Expand description