Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a collection of barriers into a video process command list recording.
Requires the DirectX 12 Agility SDK 1.7 or later.
Syntax
void Barrier(
UINT32 NumBarrierGroups,
const D3D12_BARRIER_GROUP *pBarrierGroups
);
Parameters
NumBarrierGroups
Number of barrier groups pointed to by pBarrierGroups.
pBarrierGroups
Pointer to an array of D3D12_BARRIER_GROUP objects.
Return value
None
Requirements
Requirement | Value |
---|---|
Header | d3d12video.h |