D3DKMT_INVALIDATECACHE structure (d3dkmthk.h)

Contains information used to invalidate cache.

Syntax

typedef struct _D3DKMT_INVALIDATECACHE {
  D3DKMT_HANDLE                hDevice;
  D3DKMT_HANDLE                hAllocation;
  D3DKMT_ALIGN64 D3DKMT_SIZE_T Offset;
  D3DKMT_ALIGN64 D3DKMT_SIZE_T Length;
} D3DKMT_INVALIDATECACHE;

Members

hDevice

A handle to the device.

hAllocation

A handle to a device allocation.

Offset

The offset.

Length

The length.

Requirements

Requirement Value
Header d3dkmthk.h