radv: add radv_dump_pipeline_state() helper
[mesa.git] / src / amd / vulkan / radv_descriptor_set.h
index 4b63992b2bb038b2e36777fe9b3b08cfc2dc8538..d8431241fd917c11420864e72f30f77a152b1759 100644 (file)
@@ -68,6 +68,9 @@ struct radv_descriptor_set_layout {
    /* Number of dynamic offsets used by this descriptor set */
    uint16_t dynamic_offset_count;
 
+   bool has_immutable_samplers;
+   bool has_variable_descriptors;
+
    /* Bindings in this descriptor set */
    struct radv_descriptor_set_binding_layout binding[0];
 };