// 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 referenceNo description available.
This structure contains device functions for extended features in video.
pfnGetSupportedExtendedFeaturesA pointer for a callback function to get supported extended features.
pfnGetSupportedExtendedFeatureVersionsA pointer for a callback function to get the supported versions of extended features.
pfnEnableExtendedFeatureA pointer for a callback function to enable an extended feature.