mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
gfxstream: codegen: add vkTraceAsyncGOOGLE to GLOBAL_COMMANDS_WITHOUT_DISPATCH
Otherwise the codegen output fails to compile. Reviewed-by: David Gilhooley <djgilhooley.gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37855>
This commit is contained in:
parent
14e01b1eea
commit
af6ff36379
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ GLOBAL_COMMANDS_WITHOUT_DISPATCH = [
|
|||
"vkEnumerateInstanceVersion",
|
||||
"vkEnumerateInstanceExtensionProperties",
|
||||
"vkEnumerateInstanceLayerProperties",
|
||||
"vkTraceAsyncGOOGLE",
|
||||
]
|
||||
|
||||
SNAPSHOT_API_CALL_HANDLE_VARNAME = "snapshotApiCallHandle"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue