aco: constify radv_shader_{info,args}
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13192>
This commit is contained in:
@@ -65,7 +65,7 @@ init()
|
||||
}
|
||||
|
||||
void
|
||||
init_program(Program* program, Stage stage, struct radv_shader_info* info,
|
||||
init_program(Program* program, Stage stage, const struct radv_shader_info* info,
|
||||
enum chip_class chip_class, enum radeon_family family, bool wgp_mode,
|
||||
ac_shader_config* config)
|
||||
{
|
||||
|
Reference in New Issue
Block a user