1// Copyright 2019-2021 The Khronos Group Inc. 2// 3// SPDX-License-Identifier: CC-BY-4.0 4 5// Common Valid Usage 6// Common to all VkPhysicalDevice commands accepting a 7// VkPhysicalDeviceSurfaceInfo2KHR param 8 9 * [[VUID-{refpage}-pSurfaceInfo-06210]] 10 pname:pSurfaceInfo->surface must: be supported by pname:physicalDevice, 11 as reported by flink:vkGetPhysicalDeviceSurfaceSupportKHR or an 12 equivalent platform-specific mechanism 13 14// Common Valid Usage 15