summaryrefslogtreecommitdiffstats
path: root/servers/rendering/storage/texture_storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'servers/rendering/storage/texture_storage.h')
-rw-r--r--servers/rendering/storage/texture_storage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/servers/rendering/storage/texture_storage.h b/servers/rendering/storage/texture_storage.h
index 0a59c70526..93b32bd372 100644
--- a/servers/rendering/storage/texture_storage.h
+++ b/servers/rendering/storage/texture_storage.h
@@ -101,6 +101,7 @@ public:
virtual Size2 texture_size_with_proxy(RID p_proxy) = 0;
virtual RID texture_get_rd_texture(RID p_texture, bool p_srgb = false) const = 0;
+ virtual uint64_t texture_get_native_handle(RID p_texture, bool p_srgb = false) const = 0;
/* Decal API */
virtual RID decal_allocate() = 0;