1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Expose viewports render targer RID

This commit is contained in:
Bastiaan Olij
2023-03-31 11:28:53 +11:00
parent db77702177
commit ab60d3b65c
6 changed files with 18 additions and 0 deletions

View File

@@ -606,6 +606,7 @@ public:
FUNC2(viewport_set_update_mode, RID, ViewportUpdateMode)
FUNC1RC(RID, viewport_get_render_target, RID)
FUNC1RC(RID, viewport_get_texture, RID)
FUNC2(viewport_set_disable_2d, RID, bool)