// 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 referenceNo description available.
Specifies callback functions for extended features.
pfnGetSupportedExtendedFeaturesA callback function that gets supported extended features.
pfnGetSupportedExtendedFeatureVersionsA callback function that gets supported versions of extended features.
pfnEnableExtendedFeatureA callback function that enables an extended feature.
pfnSetExtendedFeatureCallbacksA callback function that sets extended feature callbacks function.