Class VkQueryPoolCreateInfoINTEL

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkQueryPoolCreateInfoINTEL extends VkQueryPoolPerformanceQueryCreateInfoINTEL
See VkQueryPoolPerformanceQueryCreateInfoINTEL.

Layout


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