pub type PFN_vkCreateShadersEXT = unsafe extern "system" fn(_device: Device, _create_info_count: u32, _create_infos: *const ShaderCreateInfoEXT, _allocator: *const AllocationCallbacks, _shaders: *mut ShaderEXT) -> Result;
Expand description