Class VkQueryPoolCreateInfoINTEL

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

public class VkQueryPoolCreateInfoINTEL extends VkQueryPoolPerformanceQueryCreateInfoINTEL
See VkQueryPoolPerformanceQueryCreateInfoINTEL.

Layout


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