Searched defs:PhysicalDeviceGroup (Results 1 – 1 of 1) sorted by relevance
83 struct PhysicalDeviceGroup { struct84 PhysicalDeviceGroup() {} in PhysicalDeviceGroup() function85 …PhysicalDeviceGroup(PhysicalDevice const& physical_device) { physical_device_handles.push_back(&ph… in PhysicalDeviceGroup() function86 PhysicalDeviceGroup(std::vector<PhysicalDevice*> const& physical_devices) { in PhysicalDeviceGroup() argument89 PhysicalDeviceGroup& use_physical_device(PhysicalDevice const& physical_device) { in use_physical_device() argument94 std::vector<PhysicalDevice const*> physical_device_handles;95 VkBool32 subset_allocation = false;