Skip to content

Commit

Permalink
Merge pull request #82450 from SlugFiller/fix-msvc-2017-gles-namespace
Browse files Browse the repository at this point in the history
Fix build on MSVC 2017
  • Loading branch information
YuriSizov committed Sep 27, 2023
2 parents 3c8465c + d468582 commit 4c3dc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gles3/storage/texture_storage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ void TextureStorage::texture_proxy_initialize(RID p_texture, RID p_base) {
texture_owner.initialize_rid(p_texture, proxy_tex);
}

RID TextureStorage::texture_create_external(Texture::Type p_type, Image::Format p_format, unsigned int p_image, int p_width, int p_height, int p_depth, int p_layers, RS::TextureLayeredType p_layered_type) {
RID TextureStorage::texture_create_external(GLES3::Texture::Type p_type, Image::Format p_format, unsigned int p_image, int p_width, int p_height, int p_depth, int p_layers, RS::TextureLayeredType p_layered_type) {
Texture texture;
texture.active = true;
texture.is_external = true;
Expand Down

0 comments on commit 4c3dc26

Please sign in to comment.