Merge duplicate rd_texture functions

This commit is contained in:
Bastiaan Olij 2023-03-10 20:41:55 +11:00
parent c1128e911c
commit 70dca9ff55
9 changed files with 16 additions and 22 deletions

View file

@ -100,7 +100,7 @@ public:
virtual Size2 texture_size_with_proxy(RID p_proxy) = 0;
virtual RID texture_get_rd_texture_rid(RID p_texture, bool p_srgb = false) const = 0;
virtual RID texture_get_rd_texture(RID p_texture, bool p_srgb = false) const = 0;
/* Decal API */
virtual RID decal_allocate() = 0;