Flushes a CPU cache, using a CPU virtual address that points to graphics memory or committed CPU memory.
VOID D3DFlushCpuCache(
const VOID *pAddress,
SIZE_T SizeBytes
)
pAddress
Type: VOID *
A valid CPU virtual address, pointing to graphics memory or committed CPU memory.
SizeBytes
Type: SIZE_T
The size in bytes of the memory to flush from the CPU caches.
Type: VOID
Header: Declared in d3d11_x.h (d3d11_1.h on other Windows platforms).
Library: Use d3d11_x.lib (d3d11.lib on other Windows platforms).