共用方式為


DXGK_ALLOCATIONINFOFLAGS2 結構 (d3dkmddi.h)

DXGK_ALLOCATIONINFOFLAGS2 結構包含配置的其他屬性。

語法

typedef struct _DXGK_ALLOCATIONINFOFLAGS2 {
  union {
    struct {
      UINT ShareBackingStoreWithKmd : 1;
      UINT NoImplicitSynchronization : 1;
      UINT DisablePartialResidency : 1;
      UINT RestrictedToSingleSegment : 1;
      UINT NotifyEviction : 1;
      UINT NotifyIoMmuUnmap : 1;
#if ...
      UINT Reserved : 26;
#else
      UINT Reserved : 31;
#endif
    };
    UINT Value;
  };
} DXGK_ALLOCATIONINFOFLAGS2;

成員

ShareBackingStoreWithKmd

設定時,核心模式驅動程式會通知 Dxgkrnl 它必須知道配置支援存放區的位址。 配置必須建立共用,而且必須只位於光圈記憶體區段中。

NoImplicitSynchronization

DisablePartialResidency

RestrictedToSingleSegment

NotifyEviction

NotifyIoMmuUnmap

Reserved

保留;請勿使用。

Value

存取位的替代方式。

規格需求

需求
最低支援的用戶端 Windows 11 (WDDM 3.0)
標頭 d3dkmddi.h

另請參閱

DXGK_ALLOCATIONINFO

DXGKDDI_CREATEALLOCATION