ID3D12VideoDecodeCommandList3::Barrier 方法 (d3d12video.h)
将屏障集合添加到视频解码命令列表录制中。
需要 DirectX 12 Agility SDK 1.7 或更高版本。
语法
void Barrier(
UINT32 NumBarrierGroups,
const D3D12_BARRIER_GROUP *pBarrierGroups
);
参数
NumBarrierGroups
pBarrierGroups 指向的屏障组数。
pBarrierGroups
指向 D3D12_BARRIER_GROUP 对象的数组的指针。
返回值
无
要求
标头 | d3d12video.h |