google / gapid

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

Fix crash due to missing image queue family #3824

Closed bjoeris closed 4 years ago

bjoeris commented 4 years ago

When the image is not in UNDEFINED layout, and has no queue family, this can cause a null reference. This can happen for images created in PREINITIALIZED layout and never used.