1// Copyright 2019-2023 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 VkSurfaceKHR param
7
8  * [[VUID-{refpage}-surface-06523]]
9    pname:surface must: be a valid slink:VkSurfaceKHR handle
10  * [[VUID-{refpage}-surface-06211]]
11    pname:surface must: be supported by pname:physicalDevice, as reported by
12    flink:vkGetPhysicalDeviceSurfaceSupportKHR or an equivalent
13    platform-specific mechanism
14
15// Common Valid Usage
16