summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/linker.h
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2016-01-08 21:06:41 +1100
committerTimothy Arceri <[email protected]>2016-03-05 19:38:44 +1100
commit96527c3cf29acaa74a0e7b8624f29e514a76e42e (patch)
tree8f0c3e44b5c834a17449a7243c65fa0c7f10c427 /src/compiler/glsl/linker.h
parente12a49ac1289ab7fbac92761cde1534f042103cd (diff)
glsl: copy explicit offset to uniform storage
Reviewed-by: Edward O'Callaghan <[email protected]>
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: