We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OffscreenSharedTexture
1 parent ab42635 commit 5d9a642Copy full SHA for 5d9a642
docs/breaking-changes.md
@@ -41,7 +41,7 @@ webContents.setWindowOpenHandler((details) => {
41
42
When using shared texture offscreen rendering feature, the `paint` event now emits a more structured object.
43
It moves the `sharedTextureHandle`, `planes`, `modifier` into a unified `handle` property.
44
-See [here](https://www.electronjs.org/docs/latest/api/structures/offscreen-shared-texture) for more details.
+See the [OffscreenSharedTexture](./api/structures/offscreen-shared-texture.md) API structure for more details.
45
46
## Planned Breaking API Changes (38.0)
47
0 commit comments