mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
etnaviv: isa: Make etna_asm_result usable in Rust
Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com> Reviewed-by: @LingMan Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28869>
This commit is contained in:
parent
2ad2d86e49
commit
0f93393cd6
1 changed files with 1 additions and 0 deletions
|
|
@ -105,6 +105,7 @@ if with_tools.contains('etnaviv')
|
|||
args : [
|
||||
'--disable-header-comment',
|
||||
'--ignore-functions',
|
||||
'--allowlist-type', 'etna_asm_result',
|
||||
'--allowlist-type', 'etna_inst',
|
||||
'--allowlist-type', 'isa_swiz',
|
||||
'--default-enum-style', 'rust',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue