Class VkPerformanceStreamMarkerInfoINTEL

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPerformanceStreamMarkerInfoINTEL extends Struct<VkPerformanceStreamMarkerInfoINTEL> implements NativeResource
struct VkPerformanceStreamMarkerInfoINTEL {
    VkStructureType sType;
    void const * pNext;
    uint32_t marker;
}