DXGK_VGPU_CAPABILITY_TYPE - NtDoc

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

typedef enum _DXGK_VGPU_CAPABILITY_TYPE {
  DXGK_VGPU_CAPABILITY_MEMORY,
  DXGK_VGPU_CAPABILITY_ENCODE,
  DXGK_VGPU_CAPABILITY_DECODE,
  DXGK_VGPU_CAPABILITY_COMPUTE,
  DXGK_VGPU_CAPABILITY_MAX
} DXGK_VGPU_CAPABILITY_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-dispmprt-_dxgk_vgpu_capability_type)

_DXGK_VGPU_CAPABILITY_TYPE enumeration

Description

Specifies the DirectX graphics kernel virtual GPU capability.

Constants

DXGK_VGPU_CAPABILITY_MEMORY

Memory.

DXGK_VGPU_CAPABILITY_ENCODE

Encode.

DXGK_VGPU_CAPABILITY_DECODE

Decode.

DXGK_VGPU_CAPABILITY_COMPUTE

Compute.

DXGK_VGPU_CAPABILITY_MAX

Max.

Remarks

See also