]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/reflectdata.h
Minor cleanups and tweaks
[libs/gl.git] / source / core / reflectdata.h
index fff190a52dcbde157e98f042e7ead8534d42713b..33ef1799ea469805832af7d9752a8888cf555036 100644 (file)
@@ -56,8 +56,9 @@ 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;
 
        void update_layout_hash();
 };