D3DDDIARG_TRIMRESIDENCYSET - NtDoc

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

typedef struct D3DDDIARG_TRIMRESIDENCYSET {
  D3DDDI_TRIMRESIDENCYSET_FLAGS TrimFlags;
  UINT64                        NumBytesToTrim;
} D3DDDIARG_TRIMRESIDENCYSET;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-d3dddiarg_trimresidencyset)

D3DDDIARG_TRIMRESIDENCYSET structure

Description

D3DDDIARG_TRIMRESIDENCYSET is used with pfnTrimResidencySet by a user mode driver to trim the residency list for a given device.

Members

TrimFlags

The trimming behavior flags.

NumBytesToTrim

When TrimToBudget is set, this value specifies how much the application should evict in order to meet its current memory budget.

See also

pfnTrimResidencySet