ID3D12GraphicsCommandList::SetPerfectOcclusionQueriesX Method

Obtains the perfect sample counts and override the HiStencil state.

Syntax

public:
void SetPerfectOcclusionQueriesX(
         BOOL PerfectOcclusionQueries
)  

Parameters

PerfectOcclusionQueries
Type: BOOL 

Whether to obtain the perfect sample counts and override the HiStencil state.

Return value

None.

Remarks

Occlusion queries don’t automatically disable a GPU performance optimization in order to obtain perfect sample counts. Instead, call this method.

Requirements

Header: Declared in d3d12_x.h.

Library: Use d3d12_x.lib.

See also

Reference

ID3D12GraphicsCommandList Interface

ID3D12GraphicsCommandList Members