Class VkAmigoProfilingSubmitInfoSEC

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkAmigoProfilingSubmitInfoSEC extends Struct<VkAmigoProfilingSubmitInfoSEC> implements NativeResource

 struct VkAmigoProfilingSubmitInfoSEC {
     VkStructureType sType;
     void const * pNext;
     uint64_t firstDrawTimestamp;
     uint64_t swapBufferTimestamp;
 }