diff --git a/src/compiler/spirv/spirv2nir.c b/src/compiler/spirv/spirv2nir.c index 2a9a47bd4ab..151baffae3a 100644 --- a/src/compiler/spirv/spirv2nir.c +++ b/src/compiler/spirv/spirv2nir.c @@ -175,7 +175,7 @@ int main(int argc, char **argv) &spirv_opts, NULL); if (nir) - nir_print_shader(nir, stderr); + nir_print_shader(nir, stdout); else fprintf(stderr, "SPIRV to NIR compilation failed\n");