nir: remove sampler_set from nir_tex_instr

Now that descriptor sets are handled in a lowering pass, this is no longer
needed.
This commit is contained in:
Jason Ekstrand 2015-11-03 14:57:40 -08:00
parent 4d1c76485b
commit a1e7b8701a
1 changed files with 0 additions and 3 deletions

View File

@ -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,