This repository has been archived by the owner on Jul 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 172
False positive warnings and validation crash #2677
Comments
I was finally able to reproduce this issue with the following setup:
Resulting in the following unique validation errors:
I'll start digging around with debugger to see why the shader validation code is printing those errors. One final note: I was not able to reproduce the crash. The attached trace exits cleanly with validation enabled. |
@mikes-lunarg : Could you please move this issue to Vulkan-ValidationLayers? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you download this trace:
https://www.dropbox.com/s/ycsy007lli0im5e/witcher3.7z?dl=0
Run it with apitrace.exe with DXVK binaries (d3d11.dll and dxgi.gll) dropped into the same directory; observe these sort of errors:
VkPhysicalDeviceFeatures::shaderStorageImageWriteWithoutFormat but is not enabled on the device
I'm told this particular trace also causes a crash when validation is enabled.
The text was updated successfully, but these errors were encountered: