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:
@@ -1002,9 +1002,6 @@ typedef struct {
|
|||||||
/* gather component selector */
|
/* gather component selector */
|
||||||
unsigned component : 2;
|
unsigned component : 2;
|
||||||
|
|
||||||
/* The descriptor set containing this texture */
|
|
||||||
unsigned sampler_set;
|
|
||||||
|
|
||||||
/** The sampler index
|
/** The sampler index
|
||||||
*
|
*
|
||||||
* If this texture instruction has a nir_tex_src_sampler_offset source,
|
* If this texture instruction has a nir_tex_src_sampler_offset source,
|
||||||
|
Reference in New Issue
Block a user