glcpp: Add test involving token pasting of INTEGER tokens.
[mesa.git] / src / glsl / linker.h
index 5c54437a9eae5a94c39935e5790d33ab9a35679d..7d2e98a1536f551ff6836747cc1b923570880642 100644 (file)
@@ -46,6 +46,9 @@ link_cross_validate_uniform_block(void *mem_ctx,
                                  unsigned int *num_linked_blocks,
                                  struct gl_uniform_block *new_block);
 
+void
+link_assign_uniform_block_offsets(struct gl_shader *shader);
+
 /**
  * Class for processing all of the leaf fields of an uniform
  *