]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/reflectdata.h
Minor cleanups and tweaks
[libs/gl.git] / source / core / reflectdata.h
index 5041b5796284e2c419f143678f372ac725ac4981..33ef1799ea469805832af7d9752a8888cf555036 100644 (file)
@@ -56,7 +56,7 @@ struct ReflectData
 
        std::vector<UniformBlockInfo> uniform_blocks;
        std::vector<UniformInfo> uniforms;
-       LayoutHash layout_hash;
+       LayoutHash layout_hash = 0;
        std::vector<AttributeInfo> attributes;
        unsigned n_clip_distances = 0;