D3DKMT_INVALIDATECACHE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_INVALIDATECACHE {
  D3DKMT_HANDLE                hDevice;
  D3DKMT_HANDLE                hAllocation;
  D3DKMT_ALIGN64 D3DKMT_SIZE_T Offset;
  D3DKMT_ALIGN64 D3DKMT_SIZE_T Length;
} D3DKMT_INVALIDATECACHE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_invalidatecache)

_D3DKMT_INVALIDATECACHE structure

Description

Contains information used to invalidate cache.

Members

hDevice

A handle to the device.

hAllocation

A handle to a device allocation.

Offset

The offset.

Length

The length.

Remarks

See also