From c8e3f00e5df8f6d11dce9a7e3401bc40530795cc Mon Sep 17 00:00:00 2001 From: Qiqi Wu <1258552199@qq.com> Date: Fri, 16 Jun 2023 18:58:23 +0800 Subject: [PATCH] GLES3: Remove unimplemented texture_create() declaration --- drivers/gles3/storage/texture_storage.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gles3/storage/texture_storage.h b/drivers/gles3/storage/texture_storage.h index 7aa69d48bef..fefcd565700 100644 --- a/drivers/gles3/storage/texture_storage.h +++ b/drivers/gles3/storage/texture_storage.h @@ -496,8 +496,6 @@ public: virtual bool can_create_resources_async() const override; - RID texture_create(); - virtual RID texture_allocate() override; virtual void texture_free(RID p_rid) override;