Skip to content

Commit 4c3dc26

Browse files
committed
Merge pull request #82450 from SlugFiller/fix-msvc-2017-gles-namespace
Fix build on MSVC 2017
2 parents 3c8465c + d468582 commit 4c3dc26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gles3/storage/texture_storage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ void TextureStorage::texture_proxy_initialize(RID p_texture, RID p_base) {
831831
texture_owner.initialize_rid(p_texture, proxy_tex);
832832
}
833833

834-
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) {
834+
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) {
835835
Texture texture;
836836
texture.active = true;
837837
texture.is_external = true;

0 commit comments

Comments
 (0)