Class VkPerformanceMarkerInfoINTEL

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPerformanceMarkerInfoINTEL>
org.lwjgl.vulkan.VkPerformanceMarkerInfoINTEL
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

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

CmdSetPerformanceMarkerINTEL

Layout


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