ID3D12VideoEncodeCommandList3::Barrier method (d3d12video.h)
Adds a collection of barriers into a video encode 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 |