• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 VkSurfaceKHR param
7
8  * [[VUID-{refpage}-surface-06211]]
9    pname:surface must: be supported by pname:physicalDevice, as reported by
10    flink:vkGetPhysicalDeviceSurfaceSupportKHR or an equivalent
11    platform-specific mechanism
12
13// Common Valid Usage
14