ID3D11DeviceContextX::FlushGpuCaches Method

Flushes GPU caches.

Syntax

public:
void FlushGpuCaches(
         ID3D11Resource *pResource
)  

Parameters

pResource
Type: ID3D11Resource *

[in] The resource, as a pointer to ID3D11Resource.

Return value

None.

Remarks

This method is only supported for the immediate context, and will not work with a deferred context.

Requirements

Header: Declared in d3d11_x.h.

Library: Use d3d11_x.lib.

See also

Reference

ID3D11DeviceContextX Interface

ID3D11DeviceContextX Members