spirv: Output spirv2nir tool result to stdout
Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22180>
This commit is contained in:
parent
a71f79fb45
commit
6e3207a191
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue