ID3D12GraphicsCommandList::SetPredicationBufferX Method

Sets a predication buffer for a graphics command list.

Syntax

public:
HRESULT SetPredicationBufferX(
         ID3D12GraphicsCommandList *pCommandList,
         D3D12XBOX_PREDICATION_BUFFER_VIEW *pDesc
)  

Parameters

pCommandList
Type: ID3D12GraphicsCommandList *

[in, out] A pointer to a graphics command list.

pDesc
Type: D3D12XBOX_PREDICATION_BUFFER_VIEW *

[in, optional] A pointer to a D3D12XBOX_PREDICATION_BUFFER_VIEW structure, which sets the memory location and offset.

Return value

Type: HRESULT 

Returns an HRESULT success or error code.

Requirements

Header: Declared in d3d12_x.h.

Library: Use d3d12_x.lib.

See also

Reference

ID3D12GraphicsCommandList Interface

ID3D12GraphicsCommandList Members