Class VkPerformanceStreamMarkerInfoINTEL

  • All Implemented Interfaces:
    java.lang.AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

    public class VkPerformanceStreamMarkerInfoINTEL
    extends org.lwjgl.system.Struct
    implements org.lwjgl.system.NativeResource
    Structure specifying stream performance markers.
    Valid Usage
    Valid Usage (Implicit)
    See Also

    CmdSetPerformanceStreamMarkerINTEL

    Member documentation

    • sType – the type of this structure.
    • pNextNULL or a pointer to an extension-specific structure.
    • marker – the marker value that will be recorded into the reports consumed by an external application.

    Layout

    
     struct VkPerformanceStreamMarkerInfoINTEL {
         VkStructureType sType;
         void const * pNext;
         uint32_t marker;
     }