From: Timothy Arceri Date: Wed, 30 Dec 2015 04:03:41 +0000 (+1100) Subject: glsl: update comment on offset field X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e12a49ac1289ab7fbac92761cde1534f042103cd;p=mesa.git 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 --- 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;