]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/reflectdata.h
Track the in-use state of resource bindings in PipelineState
[libs/gl.git] / source / core / reflectdata.h
index a89e7fcf2972c973c89a803501ebbd6739f7f11c..cc360d04d28e7ec70925c77d45397e40bb16da0b 100644 (file)
@@ -66,6 +66,7 @@ struct ReflectData
        std::vector<AttributeInfo> attributes;
        unsigned n_clip_distances = 0;
        unsigned n_descriptor_sets = 0;
+       std::vector<int> used_bindings;
 
        void update_layout_hash();
 };