ConcurrentCommandQueue Type
A command queue that internally synchronizes use across multiple threads.
Record fields
| Record Field | Description |
Full Usage:
Lock_
Field type: obj
|
|
|
Static members
| Static member | Description |
Full Usage:
ConcurrentCommandQueue.create queueFamilyIndex queueIndex
Parameters:
uint32
queueIndex : uint32
Returns: ConcurrentCommandQueue
|
|
Full Usage:
ConcurrentCommandQueue.runTransient commandBuffer commandPool finishFence commandQueue
Parameters:
VkCommandBuffer
commandPool : VkCommandPool
finishFence : VkFence
commandQueue : ConcurrentCommandQueue
|
|
|
|
Full Usage:
ConcurrentCommandQueue.withLock queue op
Parameters:
ConcurrentCommandQueue
op : VkQueue -> 'a
Returns: 'a
|
Nu