Просмотр исходного кода

GLES3: Remove unimplemented texture_create() declaration

Qiqi Wu 2 лет назад
Родитель
Сommit
c8e3f00e5d
1 измененных файлов с 0 добавлено и 2 удалено
  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;
 
-	RID texture_create();
-
 	virtual RID texture_allocate() override;
 	virtual void texture_free(RID p_rid) override;