Fix a couple GCC 14 -Wmaybe-uninitialized warnings
This commit is contained in:
@ -169,7 +169,7 @@ struct Texture {
|
||||
TYPE_3D
|
||||
};
|
||||
|
||||
Type type;
|
||||
Type type = TYPE_2D;
|
||||
RS::TextureLayeredType layered_type = RS::TEXTURE_LAYERED_2D_ARRAY;
|
||||
|
||||
GLenum target = GL_TEXTURE_2D;
|
||||
|
||||
Reference in New Issue
Block a user