Skip to content

Commit 02d446b

Browse files
committed
Add direct resource barrier tracking for DirectX 12
1 parent 5e2600b commit 02d446b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Elemental/Microsoft/Graphics/DirectX12ResourceBarrier.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
void InsertDirectX12ResourceBarriersIfNeeded(ElemCommandList commandList, ElemGraphicsResourceBarrierSyncType currentStage);
77

88
void DirectX12GraphicsResourceBarrier(ElemCommandList commandList, ElemGraphicsResourceDescriptor descriptor, const ElemGraphicsResourceBarrierOptions* options);
9+
void DirectX12GraphicsResourceBarrierResource(ElemCommandList commandList, ElemGraphicsResource resource, ElemGraphicsResourceBarrierAccessType accessType);

0 commit comments

Comments
 (0)