[][src]Type Definition vulkanalia_sys::PFN_vkCreateShaderModule

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