Skip to content

Commit 60f298b

Browse files
authored
Update toc for Win2D docs (#3607)
1 parent cf8f9e9 commit 60f298b

File tree

3 files changed

+33
-1
lines changed

3 files changed

+33
-1
lines changed
File renamed without changes.

hub/apps/develop/win2d/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Win2D includes an extensive set of features to support lots of different scenari
4040
- Filters ([convolve](https://microsoft.github.io/Win2D/WinUI2/html/T_Microsoft_Graphics_Canvas_Effects_ConvolveMatrixEffect.htm), [edge detection](https://microsoft.github.io/Win2D/WinUI2/html/T_Microsoft_Graphics_Canvas_Effects_EdgeDetectionEffect.htm), [emboss](https://microsoft.github.io/Win2D/WinUI2/html/T_Microsoft_Graphics_Canvas_Effects_EmbossEffect.htm), [sharpen](https://microsoft.github.io/Win2D/WinUI2/html/T_Microsoft_Graphics_Canvas_Effects_SharpenEffect.htm))
4141
- [Lighting](https://microsoft.github.io/Win2D/WinUI2/html/T_Microsoft_Graphics_Canvas_Effects_SpotSpecularEffect.htm)
4242
- [Custom pixel shaders](https://microsoft.github.io/Win2D/WinUI2/html/T_Microsoft_Graphics_Canvas_Effects_PixelShaderEffect.htm)
43-
- [Fully custom effects](./customeffects.md)
43+
- [Fully custom effects](./custom-effects.md)
4444
- [And many more](https://microsoft.github.io/Win2D/WinUI2/html/N_Microsoft_Graphics_Canvas_Effects.htm)...
4545

4646
## Text

hub/apps/toc.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,38 @@ items:
364364
href: develop/win2d/index.md
365365
- name: "Hello Win2D World"
366366
href: develop/win2d/hellowin2dworld.md
367+
- name: "Quick start"
368+
href: develop/win2d/quick-start.md
369+
- name: "Features"
370+
href: develop/win2d/features.md
371+
- name: Articles
372+
items:
373+
- name: "Interop with Direct2D"
374+
href: develop/win2d/interop.md
375+
- name: "Offscreen drawing"
376+
href: develop/win2d/offscreen-drawing.md
377+
- name: "DPI and DIPs"
378+
href: develop/win2d/dpi-and-dips.md
379+
- name: "Choosing control resolution"
380+
href: develop/win2d/choosing-control-resolution.md
381+
- name: "Pixel formats"
382+
href: develop/win2d/pixel-formats.md
383+
- name: "Premultiplied alpha"
384+
href: develop/win2d/premultiplied-alpha.md
385+
- name: "Bitmap block compression"
386+
href: develop/win2d/bitmap-block-compression.md
387+
- name: "Effect precision and clamping"
388+
href: develop/win2d/effect-precision-and-clamping.md
389+
- name: "Handling device lost"
390+
href: develop/win2d/handling-device-lost.md
391+
- name: "Using Win2D without built-in controls"
392+
href: develop/win2d/using-win2d-without-built-in-controls.md
393+
- name: "Loading resources outside of CreateResources"
394+
href: develop/win2d/loading-resources-outside-of-createresources.md
395+
- name: "Avoiding memory leaks"
396+
href: develop/win2d/avoiding-memory-leaks.md
397+
- name: "Custom effects"
398+
href: develop/win2d/custom-effects.md
367399

368400
- name: Data and files
369401
items:

0 commit comments

Comments
 (0)