Class VkPerformanceMarkerInfoINTEL

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPerformanceMarkerInfoINTEL extends Struct<VkPerformanceMarkerInfoINTEL> implements NativeResource
Structure specifying performance markers.
Valid Usage (Implicit)
See Also

CmdSetPerformanceMarkerINTEL

Layout


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