glsl: make interstage_match() static

Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
This commit is contained in:
Timothy Arceri 2016-03-08 22:33:44 +11:00
parent ebc419fcbd
commit 3026b3565a

View file

@ -90,7 +90,7 @@ intrastage_match(ir_variable *a,
* an array and the producer interface is required to be a non-array.
* This is used for tessellation control and geometry shader consumers.
*/
bool
static bool
interstage_match(ir_variable *producer,
ir_variable *consumer,
bool extra_array_level)