From e12a49ac1289ab7fbac92761cde1534f042103cd Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Wed, 30 Dec 2015 15:03:41 +1100 Subject: [PATCH] glsl: update comment on offset field The old comment was for the location not the offset, we now use the field for block members so mention that also. Reviewed-by: Edward O'Callaghan --- src/compiler/glsl/ir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/glsl/ir.h b/src/compiler/glsl/ir.h index f6ed16de0c3..f4519679ff3 100644 --- a/src/compiler/glsl/ir.h +++ b/src/compiler/glsl/ir.h @@ -866,7 +866,7 @@ public: unsigned stream; /** - * Location an atomic counter is stored at. + * Atomic or block member offset. */ unsigned offset; -- 2.30.2