Class VkPerformanceQuerySubmitInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPerformanceQuerySubmitInfoKHR extends Struct<VkPerformanceQuerySubmitInfoKHR> implements NativeResource

 struct VkPerformanceQuerySubmitInfoKHR {
     VkStructureType sType;
     void const * pNext;
     uint32_t counterPassIndex;
 }