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
SDK or header version if building from repo: 1.3.296.0 download from lunarg.com
Options enabled (synchronization, best practices, etc.): VK_VALIDATION_FEATURE_ENABLE_GPU_ASSISTED_EXT
Describe the Issue
When enable VK_VALIDATION_FEATURE_ENABLE_GPU_ASSISTED_EXT, VVL complain image 0xd10d270000000018 current layout is VK_IMAGE_LAYOUT_UNDEFINED, but it already transition to VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL when frame 0. Strangely, it doesn't complain every frame, but only starts complaining from the frame 3.
Environment:
Describe the Issue
When enable VK_VALIDATION_FEATURE_ENABLE_GPU_ASSISTED_EXT, VVL complain image 0xd10d270000000018 current layout is VK_IMAGE_LAYOUT_UNDEFINED, but it already transition to VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL when frame 0.
Strangely, it doesn't complain every frame, but only starts complaining from the frame 3.Expected behavior
Don't complain UNASSIGNED-CoreValidation-DrawState-InvalidImageLayout
Additional context
Here is full API dump.: report.txt
code or terminal output
The text was updated successfully, but these errors were encountered: