The old comment was for the location not the offset, we now use the field for block members so mention that also. --- src/glsl/ir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/glsl/ir.h b/src/glsl/ir.h index 7f5441f..b56ae8c 100644 --- a/src/glsl/ir.h +++ b/src/glsl/ir.h @@ -874,7 +874,7 @@ public: unsigned stream; /** - * Location an atomic counter is stored at. + * Atomic or block member offset. */ unsigned offset; -- 2.4.3 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev