Skip to content

Commit

Permalink
Merge pull request godotengine#97279 from AThousandShips/fix_gles3_in…
Browse files Browse the repository at this point in the history
…clude

Remove direct render include in `ExternalTexture`
  • Loading branch information
clayjohn authored Sep 23, 2024
2 parents 2d6af00 + ccca41a commit 155fcd0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scene/resources/external_texture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 155fcd0

Please sign in to comment.