IDARG_IN_SETREALTIMEGPUPRIORITY - NtDoc

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

struct IDARG_IN_SETREALTIMEGPUPRIORITY {
  IDXGIDevice *pDevice;
};
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iddcx-idarg_in_setrealtimegpupriority)

Description

A IDARG_IN_SETREALTIMEGPUPRIORITY structure is passed to IddCxSetRealtimeGPUPriority when an indirect display driver requests a bump in GPU priority.

Members

pDevice

[in] Pointer to an IDXGIDevice interface for the DXGI device that the caller is requesting realtime GPU priority for.

See also

IddCxSetRealtimeGPUPriority

IDXGIDevice