google / gapid

Graphics API Debugger
https://gapid.dev
Apache License 2.0
2.21k stars 328 forks source link

Update GPU slices validation. #3747

Closed lpy closed 4 years ago

lpy commented 4 years ago

Render stages slices must have one render target, one command buffer and one submission id associated with it. Vulkan events slices must have a submission id associated with it if it's a vkQueueSubmit event.

Bug: b/148490745

lpy commented 4 years ago

thanks, I have addressed your comments. PTAL!