X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Famd%2Fvulkan%2Fradv_descriptor_set.h;h=d8431241fd917c11420864e72f30f77a152b1759;hb=de06dfa9ea05ab5d06efb20223a858eb42d02683;hp=4b63992b2bb038b2e36777fe9b3b08cfc2dc8538;hpb=ce0f692528989b58e7a4800a5163e59220a56fe8;p=mesa.git diff --git a/src/amd/vulkan/radv_descriptor_set.h b/src/amd/vulkan/radv_descriptor_set.h index 4b63992b2bb..d8431241fd9 100644 --- a/src/amd/vulkan/radv_descriptor_set.h +++ b/src/amd/vulkan/radv_descriptor_set.h @@ -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]; };