Ejemplo n.º 1
0
 internal Event(SharpVk.Device parent, SharpVk.Interop.Event handle)
 {
     this.handle       = handle;
     this.parent       = parent;
     this.commandCache = parent.commandCache;
 }
Ejemplo n.º 2
0
 public static extern SharpVk.Result vkResetEvent(SharpVk.Interop.Device device, SharpVk.Interop.Event @event);
Ejemplo n.º 3
0
 public static extern void vkCmdResetEvent(SharpVk.Interop.CommandBuffer commandBuffer, SharpVk.Interop.Event @event, SharpVk.PipelineStageFlags stageMask);
Ejemplo n.º 4
0
 public static extern void vkDestroyEvent(SharpVk.Interop.Device device, SharpVk.Interop.Event @event, SharpVk.Interop.AllocationCallbacks *allocator);