pub type PFN_vkCreateShaderModule = unsafe extern "system" fn(_device: Device, _create_info: *const ShaderModuleCreateInfo, _allocator: *const AllocationCallbacks, _shader_module: *mut ShaderModule) -> Result;
Expand description