IDARG_IN_SWAPCHAINSETDEVICE - NtDoc

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

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

NtDoc

No description available.

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

IDARG_IN_SWAPCHAINSETDEVICE structure

Description

Gives information about the device that will process the swap chain.

Members

pDevice

The DXGI device used to process swap chain frames.