Class VkQueryPoolPerformanceQueryCreateInfoINTEL

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
Direct Known Subclasses:
VkQueryPoolCreateInfoINTEL

public class VkQueryPoolPerformanceQueryCreateInfoINTEL extends Struct<VkQueryPoolPerformanceQueryCreateInfoINTEL> implements NativeResource

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