Class VkPhysicalDevicePerformanceQueryPropertiesKHR

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDevicePerformanceQueryPropertiesKHR>
org.lwjgl.vulkan.VkPhysicalDevicePerformanceQueryPropertiesKHR
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkPhysicalDevicePerformanceQueryPropertiesKHR extends org.lwjgl.system.Struct<VkPhysicalDevicePerformanceQueryPropertiesKHR> implements org.lwjgl.system.NativeResource
Structure describing performance query properties for an implementation.
Description

If the VkPhysicalDevicePerformanceQueryPropertiesKHR structure is included in the pNext chain of the VkPhysicalDeviceProperties2 structure passed to GetPhysicalDeviceProperties2, it is filled in with each corresponding implementation-dependent property.

Valid Usage (Implicit)

Layout


 struct VkPhysicalDevicePerformanceQueryPropertiesKHR {
     VkStructureType sType();
     void * pNext();
     VkBool32 allowCommandBufferQueryCopies();
 }