diff options
Diffstat (limited to 'src/glsl/ir.h')
-rw-r--r-- | src/glsl/ir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/ir.h b/src/glsl/ir.h index 39585731898..e27e30adc80 100644 --- a/src/glsl/ir.h +++ b/src/glsl/ir.h @@ -698,7 +698,7 @@ public: bool write_only; /**< "writeonly" qualifier. */ bool coherent; bool _volatile; - bool _restrict; + bool restrict_flag; /** Image internal format if specified explicitly, otherwise GL_NONE. */ GLenum format; |