diff options
author | Jason Ekstrand <[email protected]> | 2015-11-03 14:57:40 -0800 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2015-11-03 14:58:20 -0800 |
commit | a1e7b8701a4687f29b013364a852aa773c80f960 (patch) | |
tree | 6c26efd5b0d71f23b9f4d9b92248727505aad5a9 | |
parent | 4d1c76485ba8868d494b268675d26e76a40c088c (diff) |
nir: remove sampler_set from nir_tex_instr
Now that descriptor sets are handled in a lowering pass, this is no longer
needed.
-rw-r--r-- | src/glsl/nir/nir.h | 3 |
1 files changed, 0 insertions, 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, |