1// Copyright 2019-2021 The Khronos Group, Inc. 2// 3// SPDX-License-Identifier: CC-BY-4.0 4 5[open,refpage='VkPhysicalDevicePerformanceQueryPropertiesKHR',desc='Structure describing performance query properties for an implementation',type='structs'] 6-- 7The sname:VkPhysicalDevicePerformanceQueryPropertiesKHR structure is defined 8as: 9 10include::{generated}/api/structs/VkPhysicalDevicePerformanceQueryPropertiesKHR.txt[] 11 12 * pname:sType is the type of this structure. 13 * pname:pNext is `NULL` or a pointer to a structure extending this 14 structure. 15 * pname:allowCommandBufferQueryCopies is ename:VK_TRUE if the performance 16 query pools are allowed to be used with flink:vkCmdCopyQueryPoolResults. 17 18:refpage: VkPhysicalDevicePerformanceQueryPropertiesKHR 19include::{chapters}/limits.txt[tag=limits_desc] 20 21include::{generated}/validity/structs/VkPhysicalDevicePerformanceQueryPropertiesKHR.txt[] 22-- 23