Class VkPerformanceMarkerInfoINTEL

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPerformanceMarkerInfoINTEL extends Struct<VkPerformanceMarkerInfoINTEL> implements NativeResource

 struct VkPerformanceMarkerInfoINTEL {
     VkStructureType sType;
     void const * pNext;
     uint64_t marker;
 }