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