ID3D12VideoDecodeCommandList::ResourceBarrier method (d3d12video.h)
Notifies the driver that it needs to synchronize multiple accesses to resources.
Syntax
void ResourceBarrier(
UINT NumBarriers,
const D3D12_RESOURCE_BARRIER *pBarriers
);
Parameters
NumBarriers
Type: UINT
The number of submitted barrier descriptions.
pBarriers
Type: const D3D12_RESOURCE_BARRIER*
Pointer to an array of barrier descriptions.
Return value
None
Requirements
Requirement | Value |
---|---|
Header | d3d12video.h |
DLL | d3d12.dll |