_DXGK_TRANSFERFLAGS2 structure

The DXGK_TRANSFERFLAGS2 structure is reserved for system use. Do not use it in your driver.

Syntax

typedef struct _DXGK_TRANSFERFLAGS2 {
  union {
    struct {
      UINT Swizzle  :1;
      UINT Unswizzle  :1;
      UINT AllocationIsIdle  :1;
      UINT SwizzlingRange  :1;
      UINT Reserved  :28;
    };
    UINT Value;
  };
} DXGK_TRANSFERFLAGS2;

Members

Swizzle Reserved for system use.

Unswizzle Reserved for system use.

AllocationIsIdle Reserved for system use.

SwizzlingRange Reserved for system use.

Reserved Reserved for system use.

Value Reserved for system use.

Requirements

Version

Available in Windows 7 and later versions of the Windows operating systems.

Header

D3dkmddi.h (include D3dkmddi.h)