Class VkQueryPoolPerformanceQueryCreateInfoINTEL

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkQueryPoolPerformanceQueryCreateInfoINTEL>
org.lwjgl.vulkan.VkQueryPoolPerformanceQueryCreateInfoINTEL
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer
Direct Known Subclasses:
VkQueryPoolCreateInfoINTEL

public class VkQueryPoolPerformanceQueryCreateInfoINTEL extends org.lwjgl.system.Struct<VkQueryPoolPerformanceQueryCreateInfoINTEL> implements org.lwjgl.system.NativeResource
Structure specifying parameters to create a pool of performance queries.
Valid Usage (Implicit)

Layout


 struct VkQueryPoolPerformanceQueryCreateInfoINTEL {
     VkStructureType sType();
     void const * pNext();
     VkQueryPoolSamplingModeINTEL performanceCountersSampling();
 }