mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current master branch (a7a2a12)
This commit is contained in:
@@ -240,7 +240,7 @@ Returns an :ref:`Image<class_Image>` that is a copy of data from this **Texture2
|
||||
|
||||
\ **Note:** This will return ``null`` if this **Texture2D** is invalid.
|
||||
|
||||
\ **Note:** This will fetch the texture data from the GPU, which might cause performance problems when overused.
|
||||
\ **Note:** This will fetch the texture data from the GPU, which might cause performance problems when overused. Avoid calling :ref:`get_image<class_Texture2D_method_get_image>` every frame, especially on large textures.
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
Reference in New Issue
Block a user