Class VkQueryPoolCreateInfoINTEL

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkQueryPoolCreateInfoINTEL extends VkQueryPoolPerformanceQueryCreateInfoINTEL
struct VkQueryPoolCreateInfoINTEL {
    VkStructureType sType;
    void const * pNext;
    VkQueryPoolSamplingModeINTEL performanceCountersSampling;
}