diff options
Diffstat (limited to 'src/glsl/ir.h')
-rw-r--r-- | src/glsl/ir.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/glsl/ir.h b/src/glsl/ir.h index 7d5906d1d4f..cb96a200aa9 100644 --- a/src/glsl/ir.h +++ b/src/glsl/ir.h @@ -518,16 +518,6 @@ public: int location; /** - * Uniform block number for uniforms. - * - * This index is into the shader's list of uniform blocks, not the - * linked program's merged list. - * - * If the variable is not in a uniform block, the value will be -1. - */ - int uniform_block; - - /** * output index for dual source blending. */ int index; |