ID3D12CommandQueue::PIXGetStatus method

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Determines if instrumentation is enabled.

Syntax

BOOL PIXGetStatus(
    
);

Parameters

  • **
    This method does not take any parameters.

Return value

Returns TRUE if instrumentation is enabled (so methods such as PIXBeginEvent and PIXSetMarker will work correctly) .

See also

ID3D12CommandQueue

ID3D12GraphicsCommandList::PIXGetStatus