diff options
Diffstat (limited to 'src/glsl/ir.h')
-rw-r--r-- | src/glsl/ir.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/glsl/ir.h b/src/glsl/ir.h index 18623b96868..535693d9273 100644 --- a/src/glsl/ir.h +++ b/src/glsl/ir.h @@ -727,7 +727,7 @@ public: int index; /** - * Initial binding point for a sampler or UBO. + * Initial binding point for a sampler, atomic, or UBO. * * For array types, this represents the binding point for the first element. */ @@ -737,7 +737,6 @@ public: * Location an atomic counter is stored at. */ struct { - unsigned buffer_index; unsigned offset; } atomic; |