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.
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 |