summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/linker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/glsl/linker.h')
-rw-r--r--src/compiler/glsl/linker.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/glsl/linker.h b/src/compiler/glsl/linker.h
index a60bb6ed087..4311d1659ec 100644
--- a/src/compiler/glsl/linker.h
+++ b/src/compiler/glsl/linker.h
@@ -182,6 +182,8 @@ protected:
virtual void leave_record(const glsl_type *type, const char *name,
bool row_major, const unsigned packing);
+ virtual void set_buffer_offset(unsigned offset);
+
virtual void set_record_array_count(unsigned record_array_count);
private: