D3D12DDI_EXTENDED_FEATURES_FUNCS_0020 structure (d3d12umddi.h)

This structure contains device functions for extended features in video.

Syntax

typedef struct D3D12DDI_EXTENDED_FEATURES_FUNCS_0020 {
  PFND3D12DDI_GET_SUPPORTED_EXTENDED_FEATURES_0020         pfnGetSupportedExtendedFeatures;
  PFND3D12DDI_GET_SUPPORTED_EXTENDED_FEATURE_VERSIONS_0020 pfnGetSupportedExtendedFeatureVersions;
  PFND3D12DDI_ENABLE_EXTENDED_FEATURE_0020                 pfnEnableExtendedFeature;
} D3D12DDI_EXTENDED_FEATURES_FUNCS_0020;

Members

pfnGetSupportedExtendedFeatures

A pointer for a callback function to get supported extended features.

pfnGetSupportedExtendedFeatureVersions

A pointer for a callback function to get the supported versions of extended features.

pfnEnableExtendedFeature

A pointer for a callback function to enable an extended feature.

Requirements

Requirement Value
Header d3d12umddi.h (include D3d12umddi.h)