D3D12DDI_EXTENDED_FEATURES_FUNCS_0020 - NtDoc

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

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_extended_features_funcs_0020)

D3D12DDI_EXTENDED_FEATURES_FUNCS_0020 structure

Description

This structure contains device functions for extended features in video.

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.