ID3D12Device::EnableManualGraphicsTLBInvalidationX Method

Enables manual invalidation of the graphics translation lookaside buffer. This is an D3D12.x extension method.

Syntax

public:
void EnableManualGraphicsTLBInvalidationX(
         BOOL Enabled
)  

Parameters

Enabled
Type: BOOL 

[in] Whether manual invalidation of the graphics translation lookaside buffer is enabled.

Return value

Type: void 

Returns nothing.

Requirements

Header: Declared in d3d12_x.h.

Library: Use d3d12_x.lib.

See also

Reference

InvalidateGraphicsTLBX

ID3D12Device Interface

ID3D12Device Members