]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/reflectdata.h
Support compute shaders and compute operations
[libs/gl.git] / source / core / reflectdata.h
index 1e82a61bfadef9ef4b75910f40c44d4ee24afbcc..981f45f000f7b02d926af39d64dd19efaf990508 100644 (file)
@@ -70,6 +70,7 @@ struct ReflectData
        unsigned n_descriptor_sets = 0;
        unsigned push_constants_size = 0;
        std::vector<int> used_bindings;
+       LinAl::Vector<unsigned, 3> compute_wg_size;
 
        void update_layout_hash();
        void update_used_bindings();