Home | History | Annotate | Download | only in vulkan

Lines Matching defs:createDevice

17855     Result createDevice( const DeviceCreateInfo* pCreateInfo, const AllocationCallbacks* pAllocator, Device* pDevice ) const
17861 ResultValueType<Device>::type createDevice( const DeviceCreateInfo & createInfo, Optional<const AllocationCallbacks> allocator = nullptr ) const
17865 return createResultValue( result, device, "vk::PhysicalDevice::createDevice" );