Skip to content

Commit 0634867

Browse files
committed
fix links
1 parent 964d897 commit 0634867

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

hub/apps/develop/composition/composition-lighting.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ CompositionBrush CreateNormalMapBrush(ICompositionSurface normalMapImage)
155155
## Related articles
156156

157157
- [Creating Materials and Lights in the Visual Layer](https://blogs.windows.com/buildingapps/2017/08/04/creating-materials-lights-visual-layer/)
158-
- [Lighting Overview](/windows/win32/direct3d9/lighting-overview)
159158
- [CompositionCapabilities API](/windows/windows-app-sdk/api/winrt/microsoft.ui.composition.compositioncapabilities)
160159
- [Mathematics of Lighting](/windows/win32/direct3d9/mathematics-of-lighting)
161160
- [SceneLightingEffect](/windows/windows-app-sdk/api/winrt/microsoft.ui.composition.effects.scenelightingeffect)

hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/what-is-supported.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ WinUI and the Windows App SDK are new technologies and, when compared to UWP, th
1717
| [Background tasks](/windows/uwp/launch-resume/create-and-register-a-winmain-background-task) | ✅ Supported; see [BackgroundTaskBuilder](/windows/windows-app-sdk/api/winrt/microsoft.windows.applicationmodel.background.backgroundtaskbuilder) (introduced in 1.7). |
1818
| Common UI controls | ✅ Supported |
1919
| [CameraCaptureUI](https://github.com/microsoft/WindowsAppSDK/pull/4721) | ✅ Supported; see [CameraCaptureUI](/windows/windows-app-sdk/api/winrt/microsoft.windows.media.capture) (introduced in 1.7). For alternative APIs, see [Using video capture](/windows/win32/multimedia/using-video-capture). |
20-
| [Composition/DirectX interop](https://github.com/microsoft/microsoft-ui-xaml/issues/5025) | ✅ Most Composition and Drawing features are supported (global composition effects aren't supported in 1.7); see [Enhance UI with the Visual layer](../develop/composition/visual-layer.md). |
20+
| [Composition/DirectX interop](https://github.com/microsoft/microsoft-ui-xaml/issues/5025) | ✅ Most Composition and Drawing features are supported (global composition effects aren't supported in 1.7); see [Enhance UI with the Visual layer](../../develop/composition/visual-layer.md). |
2121
| Distributing via Store | ✅ Supported |
2222
| Live Tiles (on Windows 10) | ✅ Supported |
2323
| [MapControl](/uwp/api/windows.ui.xaml.controls.maps.mapcontrol) | ✅ Supported; see [MapControl](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.mapcontrol) (introduced in 1.5). |

0 commit comments

Comments
 (0)