ID3D12GraphicsCommandList::SetOcclusionQueryControlX Method

Configures the counters used in an occlusion query.

Syntax

public:
void SetOcclusionQueryControlX(
         const D3D12XBOX_OCCLUSION_QUERY_CONTROL *pControl
)  

Parameters

pControl
Type: D3D12XBOX_OCCLUSION_QUERY_CONTROLĀ *

[in, optional] A set of configuration parameters, as a pointer to a D3D12XBOX_OCCLUSION_QUERY_CONTROL structure. To apply the default configuration, specify NULL.

Return value

None.

Requirements

Header: Declared in d3d12_x.h.

Library: Use d3d12_x.lib.

See also

Reference

ID3D12GraphicsCommandList Interface

ID3D12GraphicsCommandList Members