diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index 9d48356c6de..8f353773571 100644 --- a/src/compiler/nir/nir.h +++ b/src/compiler/nir/nir.h @@ -265,6 +265,11 @@ typedef struct nir_variable { */ int index; + /** + * Descriptor set binding for sampler or UBO. + */ + int descriptor_set; + /** * Initial binding point for a sampler or UBO. *