There are non-public APIs for hosting DirectComposition visuals inside of a Windows.UI.Composition visual. In the Windows Flutter embedder I'd like to offer both DirectComposition and UI.Composition as part of the PlatformViews API. This is because we support Windows 8 and newer, so plugins can choose to produce Composition Visuals on Windows 10+ or DComp Visuals on Windows 8+.
Since this capability already exists, I'm wondering if it could be added as official documentation. It's a good capability to have for backwards compatibility.
There are non-public APIs for hosting DirectComposition visuals inside of a Windows.UI.Composition visual. In the Windows Flutter embedder I'd like to offer both DirectComposition and UI.Composition as part of the PlatformViews API. This is because we support Windows 8 and newer, so plugins can choose to produce Composition Visuals on Windows 10+ or DComp Visuals on Windows 8+.
Since this capability already exists, I'm wondering if it could be added as official documentation. It's a good capability to have for backwards compatibility.
Issue Type
[ ] Bug Report
[ ] Feature Request
[ ] Sample request
[x] Documentation issue or request
[ ] Other – Please describe: