D3D12DDI_EXTENDED_FEATURES_FUNCS_0021 - NtDoc

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

typedef struct D3D12DDI_EXTENDED_FEATURES_FUNCS_0021 {
  PFND3D12DDI_GET_SUPPORTED_EXTENDED_FEATURES_0020         pfnGetSupportedExtendedFeatures;
  PFND3D12DDI_GET_SUPPORTED_EXTENDED_FEATURE_VERSIONS_0020 pfnGetSupportedExtendedFeatureVersions;
  PFND3D12DDI_ENABLE_EXTENDED_FEATURE_0020                 pfnEnableExtendedFeature;
  PFND3D12DDI_SET_EXTENDED_FEATURE_CALLBACKS_0021          pfnSetExtendedFeatureCallbacks;
} D3D12DDI_EXTENDED_FEATURES_FUNCS_0021;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3D12DDI_EXTENDED_FEATURES_FUNCS_0021 structure

Description

Specifies callback functions for extended features.

Members

pfnGetSupportedExtendedFeatures

A callback function that gets supported extended features.

pfnGetSupportedExtendedFeatureVersions

A callback function that gets supported versions of extended features.

pfnEnableExtendedFeature

A callback function that enables an extended feature.

pfnSetExtendedFeatureCallbacks

A callback function that sets extended feature callbacks function.