Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the type of capabilities for a device.
Syntax
typedef struct _DXGK_DEVICE_TYPE_CAPS {
union {
struct {
UINT32 Discrete : 1;
UINT32 Detachable : 1;
UINT32 Reserved : 30;
};
UINT32 Value;
};
} DXGK_DEVICE_TYPE_CAPS;
Members
Discrete
The device is discrete.
Detachable
The device is detachable.
Reserved
Reserved.
Value
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1809 |
Header | d3dkmddi.h |