mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 17:10:11 +01:00
etnaviv: make specs const
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
This commit is contained in:
parent
ecc2474e59
commit
ffd4762310
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ struct etna_shader {
|
|||
uint32_t variant_count;
|
||||
|
||||
struct tgsi_token *tokens;
|
||||
struct etna_specs *specs;
|
||||
const struct etna_specs *specs;
|
||||
|
||||
struct etna_shader_variant *variants;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue