Beispiel #1
0
 public static extern void CmdResetEvent(
     VkCommandBuffer commandBuffer,
     VkEvent _event,
     VkPipelineStageFlags stageMask
     );
Beispiel #2
0
 public static extern VkResult ResetEvent(
     VkDevice device,
     VkEvent _event
     );
Beispiel #3
0
 public static extern void DestroyEvent(
     VkDevice device,
     VkEvent _event,
     IntPtr pAllocator
     );
Beispiel #4
0
 public static extern VkResult GetEventStatus(
     VkDevice device,
     VkEvent _event
     );
Beispiel #5
0
 public static extern VkResult CreateEvent(
     VkDevice device,
     ref VkEventCreateInfo pCreateInfo,
     IntPtr pAllocator,
     out VkEvent pEvent
     );