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
Copy file name to clipboardExpand all lines: manual/ui/canvas/index.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,3 +29,36 @@
29
29
|**Navigate Left**| The name of the input action for performing UI navigation Left (from Input Settings). |
30
30
|**Navigate Right**| The name of the input action for performing UI navigation Right (from Input Settings). |
31
31
|**Navigate Submit**| The name of the input action for performing UI navigation Submit (from Input Settings). |
32
+
33
+
## Rendering Canvas to GPU Texture
34
+
35
+
Canvas can be rendered directly to the GPU Texture for use in materials or VFX. Simply change the `RenderMode` to `GPUTexture` and provide `OutputTexture` that will be used as an output image for the canvas elements. See an example script:
0 commit comments