Merge pull request #97279 from AThousandShips/fix_gles3_include

Remove direct render include in `ExternalTexture`
This commit is contained in:
Clay John 2024-09-22 19:58:51 -07:00 committed by GitHub
commit 155fcd00b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -30,9 +30,6 @@
#include "external_texture.h"
#include "drivers/gles3/storage/texture_storage.h"
#include "servers/rendering/rendering_server_globals.h"
void ExternalTexture::_bind_methods() {
ClassDB::bind_method(D_METHOD("set_size", "size"), &ExternalTexture::set_size);
ClassDB::bind_method(D_METHOD("get_external_texture_id"), &ExternalTexture::get_external_texture_id);