mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 13:00:09 +01:00
glsl: make interstage_match() static
Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
This commit is contained in:
parent
ebc419fcbd
commit
3026b3565a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue