Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ramezgerges committed Aug 8, 2024
1 parent faf6957 commit 7a79d0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/articles/controls/GLCanvasElement.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ uid: Uno.Controls.GLCanvasElement
## GLCanvasElement

> [!IMPORTANT]
> This functionality is only available on Skia Desktop (`net8.0-desktop`) targets that are running with hardware acceleration. This is also not available on MacOS.
> This functionality is only available on Skia Desktop (`netX.0-desktop`) targets that are running with hardware acceleration. This is also not available on MacOS.
`GLCanvasElement` is a `FrameworkElement` for drawing 3D graphics with OpenGL.

Expand Down
2 changes: 1 addition & 1 deletion doc/articles/controls/SKCanvasElement.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ When creating an Uno Platform application, developers might want to create elabo
On Uno Platform Skia Desktop targets, we can utilize the pre-existing internal Skia canvas used to render the application window instead of creating additional Skia surfaces. This way, a lot of Skia functionally can be acquired "for free". For example, no additional packages are needed, and setup for hardware acceleration is not needed if the Uno application is already using OpenGL to render. Moreover, this is faster than `SKXamlCanvas`, which has to make additional buffer copying.

> [!IMPORTANT]
> This functionality is only available on Skia Desktop (`net8.0-desktop`) targets.
> This functionality is only available on Skia Desktop (`netX.0-desktop`) targets.
## SKCanvasElement

Expand Down

0 comments on commit 7a79d0c

Please sign in to comment.