From a1e7b8701a4687f29b013364a852aa773c80f960 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Tue, 3 Nov 2015 14:57:40 -0800 Subject: [PATCH] nir: remove sampler_set from nir_tex_instr Now that descriptor sets are handled in a lowering pass, this is no longer needed. --- src/glsl/nir/nir.h | 3 --- 1 file changed, 3 deletions(-) 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,