1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

For GDExternal use, provides access to internal graphics handles for textures

This commit is contained in:
Bastiaan Olij
2023-03-10 21:24:25 +11:00
parent 6980b2bf17
commit c328676d96
13 changed files with 45 additions and 0 deletions

View File

@@ -214,6 +214,7 @@ public:
FUNC2(texture_set_force_redraw_if_visible, RID, bool)
FUNC2RC(RID, texture_get_rd_texture, RID, bool)
FUNC2RC(uint64_t, texture_get_native_handle, RID, bool)
/* SHADER API */