1 /* 2 * Copyright © 2020 Google, Inc. 3 * SPDX-License-Identifier: MIT 4 */ 5 6 #ifndef FD6_VSC_H_ 7 #define FD6_VSC_H_ 8 9 EXTERNC 10 void fd6_vsc_update_sizes(struct fd_batch *batch, 11 const struct pipe_draw_info *info, 12 const struct pipe_draw_start_count_bias *draw); 13 14 #endif /* FD6_VSC_H_ */ 15