glsl: add xfb qualifiers to has_layout helper
Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -79,7 +79,10 @@ ast_type_qualifier::has_layout() const
|
||||
|| this->flags.q.explicit_index
|
||||
|| this->flags.q.explicit_binding
|
||||
|| this->flags.q.explicit_offset
|
||||
|| this->flags.q.explicit_stream;
|
||||
|| this->flags.q.explicit_stream
|
||||
|| this->flags.q.explicit_xfb_buffer
|
||||
|| this->flags.q.explicit_xfb_offset
|
||||
|| this->flags.q.explicit_xfb_stride;
|
||||
}
|
||||
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user