Class VkEventCreateInfo

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkEventCreateInfo extends Struct<VkEventCreateInfo> implements NativeResource

 struct VkEventCreateInfo {
     VkStructureType sType;
     void const * pNext;
     VkEventCreateFlags flags;
 }