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:
Gurchetan Singh
2025-10-06 16:08:20 -07:00
committed by Marge Bot
parent 14e01b1eea
commit af6ff36379

View File

@@ -34,6 +34,7 @@ GLOBAL_COMMANDS_WITHOUT_DISPATCH = [
"vkEnumerateInstanceVersion",
"vkEnumerateInstanceExtensionProperties",
"vkEnumerateInstanceLayerProperties",
"vkTraceAsyncGOOGLE",
]
SNAPSHOT_API_CALL_HANDLE_VARNAME = "snapshotApiCallHandle"