We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45509c2 commit 356b1abCopy full SHA for 356b1ab
drivers/gles3/storage/texture_storage.cpp
@@ -50,12 +50,12 @@ TextureStorage *TextureStorage::get_singleton() {
50
}
51
52
static const GLenum _cube_side_enum[6] = {
53
- GL_TEXTURE_CUBE_MAP_NEGATIVE_X,
54
GL_TEXTURE_CUBE_MAP_POSITIVE_X,
55
- GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,
+ GL_TEXTURE_CUBE_MAP_NEGATIVE_X,
56
GL_TEXTURE_CUBE_MAP_POSITIVE_Y,
57
- GL_TEXTURE_CUBE_MAP_NEGATIVE_Z,
+ GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,
58
GL_TEXTURE_CUBE_MAP_POSITIVE_Z,
+ GL_TEXTURE_CUBE_MAP_NEGATIVE_Z,
59
};
60
61
TextureStorage::TextureStorage() {
0 commit comments