Class VkDebugMarkerMarkerInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkDebugMarkerMarkerInfoEXT extends Struct<VkDebugMarkerMarkerInfoEXT> implements NativeResource

 struct VkDebugMarkerMarkerInfoEXT {
     VkStructureType sType;
     void const * pNext;
     char const * pMarkerName;
     float color[4];
 }