Class VkPhysicalDevicePerformanceQueryPropertiesKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDevicePerformanceQueryPropertiesKHR extends Struct<VkPhysicalDevicePerformanceQueryPropertiesKHR> implements NativeResource
struct VkPhysicalDevicePerformanceQueryPropertiesKHR {
    VkStructureType sType;
    void * pNext;
    VkBool32 allowCommandBufferQueryCopies;
}