Browse Source

GLES3: Remove unimplemented texture_create() declaration

Qiqi Wu 2 years ago
parent
commit
c8e3f00e5d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      drivers/gles3/storage/texture_storage.h

+ 0 - 2
drivers/gles3/storage/texture_storage.h

@@ -496,8 +496,6 @@ public:
 
 
 	virtual bool can_create_resources_async() const override;
 	virtual bool can_create_resources_async() const override;
 
 
-	RID texture_create();
-
 	virtual RID texture_allocate() override;
 	virtual RID texture_allocate() override;
 	virtual void texture_free(RID p_rid) override;
 	virtual void texture_free(RID p_rid) override;