![]() |
wisdom
|
C Version:
C++ Version:
sync_before indicates synchronization scope before the barrier.sync_after specifies synchronization scope after the barrier.access_before defines access scope before the barrier.access_after indicates access scope after the barrier.state_before indicates texture state before the barrier.state_after specifies texture state after the barrier.flags describes barrier flags. Describe additional options for the barrier.texture describes texture view.subresource_range specifies subresource range for the barrier.queue_type_before defines type of the queue the barrier is executed on before the synchronization point. Used for cross-queue barriers.queue_type_after indicates type of the queue the barrier is executed on after the synchronization point. Used for cross-queue barriers.