You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose WinUI SwapChainPanel as a surface source type (#480)
* Expose WinUI SwapChainPanel as a surface source type
* Include SwapChainPanel only on windows
* fix formatting
---------
Co-authored-by: Almar Klein <[email protected]>
* Chained in @ref WGPUSurfaceDescriptor to make a @ref WGPUSurface wrapping a WinUI [`SwapChainPanel`](https://learn.microsoft.com/en-us/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.swapchainpanel).
262
+
*/
263
+
typedefstructWGPUSurfaceSourceSwapChainPanel {
264
+
WGPUChainedStructchain;
265
+
/**
266
+
* A pointer to the [`ISwapChainPanelNative`](https://learn.microsoft.com/en-us/windows/windows-app-sdk/api/win32/microsoft.ui.xaml.media.dxinterop/nn-microsoft-ui-xaml-media-dxinterop-iswapchainpanelnative)
267
+
* interface of the SwapChainPanel that will be wrapped by the @ref WGPUSurface.
0 commit comments