public static extern void CmdResetEvent( VkCommandBuffer commandBuffer, VkEvent _event, VkPipelineStageFlags stageMask );
public static extern VkResult ResetEvent( VkDevice device, VkEvent _event );
public static extern void DestroyEvent( VkDevice device, VkEvent _event, IntPtr pAllocator );
public static extern VkResult GetEventStatus( VkDevice device, VkEvent _event );
public static extern VkResult CreateEvent( VkDevice device, ref VkEventCreateInfo pCreateInfo, IntPtr pAllocator, out VkEvent pEvent );