Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies callback functions for extended features.
Syntax
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;
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.
Requirements
Requirement | Value |
---|---|
Header | d3d12umddi.h (include D3d12umddi.h) |