Skip to content

Latest commit

 

History

History
62 lines (52 loc) · 1.25 KB

nf-d3d12video-id3d12videoencodecommandlist3-barrier.md

File metadata and controls

62 lines (52 loc) · 1.25 KB
UID title description tech.root ms.date targetos req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs helpviewer_keywords
NF:d3d12video.ID3D12VideoEncodeCommandList3.Barrier
ID3D12VideoEncodeCommandList3::Barrier
Adds a collection of barriers into a video encode command list recording.
mf
11/01/2022
Windows
function
d3d12video.h
apiref
COM
d3d12video.h
ID3D12VideoEncodeCommandList3::Barrier
ID3D12VideoEncodeCommandList3::Barrier
d3d12video/ID3D12VideoEncodeCommandList3::Barrier
c++
Barrier

-description

Adds a collection of barriers into a video encode command list recording.

Requires the DirectX 12 Agility SDK 1.7 or later.

-parameters

-param NumBarrierGroups

Number of barrier groups pointed to by pBarrierGroups.

-param pBarrierGroups

Pointer to an array of D3D12_BARRIER_GROUP objects.

-remarks

-see-also