// iddcx.h
struct IDARG_IN_SETREALTIMEGPUPRIORITY {
IDXGIDevice *pDevice;
};
View the official Windows Driver Kit DDI referenceNo description available.
A IDARG_IN_SETREALTIMEGPUPRIORITY structure is passed to IddCxSetRealtimeGPUPriority when an indirect display driver requests a bump in GPU priority.
pDevice[in] Pointer to an IDXGIDevice interface for the DXGI device that the caller is requesting realtime GPU priority for.