GLES3: Remove unimplemented texture_create() declaration

This commit is contained in:
Qiqi Wu 2023-06-16 18:58:23 +08:00
parent 598378513b
commit c8e3f00e5d

View file

@ -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;