DXGK_DEVICE_TYPE_CAPS構造体 (d3dkmddi.h)

デバイスの機能の種類について説明します。

構文

typedef struct _DXGK_DEVICE_TYPE_CAPS {
  union {
    struct {
      UINT32 Discrete : 1;
      UINT32 Detachable : 1;
      UINT32 Reserved : 30;
    };
    UINT32 Value;
  };
} DXGK_DEVICE_TYPE_CAPS;

メンバー

Discrete

デバイスは不連続です。

Detachable

デバイスは取り外し可能です。

Reserved

予約済み。

Value

必要条件

要件
サポートされている最小のクライアント Windows 10 Version 1809
Header d3dkmddi.h