Class VkGetLatencyMarkerInfoNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkGetLatencyMarkerInfoNV extends Struct<VkGetLatencyMarkerInfoNV> implements NativeResource
struct VkGetLatencyMarkerInfoNV {
    VkStructureType sType;
    void const * pNext;
    uint32_t timingCount;
    VkLatencyTimingsFrameReportNV * pTimings;
}