示例#1
0
 internal Queue(SharpVk.Device parent, SharpVk.Interop.Queue handle)
 {
     this.handle       = handle;
     this.parent       = parent;
     this.commandCache = parent.commandCache;
 }
示例#2
0
 public static extern SharpVk.Result vkQueueWaitIdle(SharpVk.Interop.Queue queue);
示例#3
0
 public static extern SharpVk.Result vkQueueBindSparse(SharpVk.Interop.Queue queue, uint bindInfoCount, SharpVk.Interop.BindSparseInfo *bindInfo, SharpVk.Interop.Fence fence);
示例#4
0
 public static extern SharpVk.Result vkQueueSubmit(SharpVk.Interop.Queue queue, uint submitCount, SharpVk.Interop.SubmitInfo *submits, SharpVk.Interop.Fence fence);