Type Definition vulkanalia_sys::PFN_vkCreateShaderModule[][src]

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