From: Jason Ekstrand Date: Tue, 3 Nov 2015 22:57:40 +0000 (-0800) Subject: nir: remove sampler_set from nir_tex_instr X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a1e7b8701a4687f29b013364a852aa773c80f960;p=mesa.git nir: remove sampler_set from nir_tex_instr Now that descriptor sets are handled in a lowering pass, this is no longer needed. --- diff --git a/src/glsl/nir/nir.h b/src/glsl/nir/nir.h index ac418dfca90..229d534bf3d 100644 --- a/src/glsl/nir/nir.h +++ b/src/glsl/nir/nir.h @@ -1002,9 +1002,6 @@ typedef struct { /* gather component selector */ unsigned component : 2; - /* The descriptor set containing this texture */ - unsigned sampler_set; - /** The sampler index * * If this texture instruction has a nir_tex_src_sampler_offset source,