spirv: Make the clc_shader const
Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7016>
This commit is contained in:

committed by
Marge Bot

parent
e33f9dbc1a
commit
a0c13c9de9
@@ -80,7 +80,7 @@ struct spirv_to_nir_options {
|
|||||||
nir_address_format temp_addr_format;
|
nir_address_format temp_addr_format;
|
||||||
nir_address_format constant_addr_format;
|
nir_address_format constant_addr_format;
|
||||||
|
|
||||||
nir_shader *clc_shader;
|
const nir_shader *clc_shader;
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
void (*func)(void *private_data,
|
void (*func)(void *private_data,
|
||||||
|
Reference in New Issue
Block a user