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>
This commit is contained in:
Timothy Arceri
2015-12-30 15:03:41 +11:00
parent 9f24f42c49
commit e12a49ac12

View File

@@ -866,7 +866,7 @@ public:
unsigned stream;
/**
* Location an atomic counter is stored at.
* Atomic or block member offset.
*/
unsigned offset;