1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Expose texture_get_rd_texture

This commit is contained in:
Patrick Dawson
2022-11-01 18:50:36 +01:00
parent 754552b34d
commit 71d8de2763
10 changed files with 31 additions and 0 deletions

View File

@@ -212,6 +212,7 @@ public:
FUNC1(texture_debug_usage, List<TextureInfo> *)
FUNC2(texture_set_force_redraw_if_visible, RID, bool)
FUNC2RC(RID, texture_get_rd_texture_rid, RID, bool)
/* SHADER API */