-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
flutter/engine
#52935Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.team-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team
Description
Use case
Debugging issues creating a Vulkan device (particularly on Fuchsia) or usage errors when doing vkCreateInstance.
Proposal
The engine should chain a VkDebugReportCallbackCreateInfoEXT struct when calling VkCreateInstance. This will allow the Vulkan implementation to report errors while running that function. Otherwise the debug report callback will only be set later.
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.team-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team