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