mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
r600: Fix outputs typo in print_pipe_info
Signed-off-by: Vitaliy Triang3l Kuzmin <triang3l@yandex.ru> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25695>
This commit is contained in:
parent
5419f52967
commit
29c544abc0
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ void print_pipe_info(FILE *f, struct tgsi_shader_info *shader)
|
|||
PRINT_UINT_ARRAY_MEMBER(input_usage_mask, i);
|
||||
}
|
||||
|
||||
for (int i = 0; i < shader->num_inputs; ++i) {
|
||||
for (int i = 0; i < shader->num_outputs; ++i) {
|
||||
PRINT_UINT_ARRAY_MEMBER(output_semantic_name, i);
|
||||
PRINT_UINT_ARRAY_MEMBER(output_semantic_index, i);
|
||||
PRINT_UINT_ARRAY_MEMBER(output_usagemask, i);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue