nir: remove sampler_set from nir_tex_instr
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 3 Nov 2015 22:57:40 +0000 (14:57 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 3 Nov 2015 22:58:20 +0000 (14:58 -0800)
Now that descriptor sets are handled in a lowering pass, this is no longer
needed.

src/glsl/nir/nir.h

index ac418dfca90c89737db244e883cf7504d0b50874..229d534bf3d3780fb96bb2ef16270ed3b4b78f4d 100644 (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,