summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/ir.h
diff options
context:
space:
mode:
authorTimothy Arceri <timothy.arceri@collabora.com>2015-12-30 15:03:41 +1100
committerTimothy Arceri <timothy.arceri@collabora.com>2016-03-05 19:38:39 +1100
commite12a49ac1289ab7fbac92761cde1534f042103cd (patch)
tree2503a4e3e1e121073751f6b6af6be9e66cc5c2a9 /src/compiler/glsl/ir.h
parent9f24f42c491221a79641a0d810f9c78393d81e5c (diff)
downloadexternal_mesa3d-e12a49ac1289ab7fbac92761cde1534f042103cd.zip
external_mesa3d-e12a49ac1289ab7fbac92761cde1534f042103cd.tar.gz
external_mesa3d-e12a49ac1289ab7fbac92761cde1534f042103cd.tar.bz2
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 <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/compiler/glsl/ir.h')
-rw-r--r--src/compiler/glsl/ir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/glsl/ir.h b/src/compiler/glsl/ir.h
index f6ed16d..f451967 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;