You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vktrace: fix error for tracking image memory requirement in trim
Two functions missing support in the process of tracking image memory
requirement in trim: vkGetImageMemoryRequirements2 and
vkGetImageMemoryRequirements2KHR, the change fix the error.
XCAP-952
Change-Id: Iedf59084a06f22588fda91d90a1c79cfd6e754a5
elif ('vkGetImageMemoryRequirements'==proto.name) or ('vkGetImageMemoryRequirements2'==proto.name) or ('vkGetImageMemoryRequirements2KHR'==proto.name):
0 commit comments