mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 07:38:10 +02:00
radv/meta: Add shader - device mapping for radv_build_printf
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27817>
This commit is contained in:
parent
d9a1882daa
commit
6380118d13
1 changed files with 2 additions and 0 deletions
|
|
@ -649,6 +649,8 @@ nir_builder PRINTFLIKE(3, 4)
|
|||
|
||||
b.shader->options = &dev->physical_device->nir_options[stage];
|
||||
|
||||
radv_device_associate_nir(dev, b.shader);
|
||||
|
||||
return b;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue