Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.3.0a1
2018.3.0a1
2018.3.0f2
2019.1.0a1
2019.2.0a1
Issue ID
1118704
Regression
No
[Vulkan] NVidia drivers crash when attempting to call GetDimensions on StructuredBuffer
How to reproduce:
1. Open user's attached project
2. Open "SampleScene" inside "Scenes" folder
3. Enter play mode
- Observe a crash
Reproducible with: 2017.4.19f1(build only, because lacks Vulkan editor support), 2018.3.3f1, 2019.1.0b1, 2019.2.0a3
Notes:
- AMD GPUs doesn't crash.
- Tested on a machine with Nvidia GTX 1080
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (2019.1.X):
Thank you for reporting the issue, extra brownie points for a small and stripped-down repro project.This seems to be a bug in NVidia GPU drivers. Any call to GetDimensions() of any StructuredBuffer or RWStructuredBuffer seems to crash the driver. We'll report the issue to NVidia; there's very little we can do to work around this. I suggest passing the buffer length manually via a compute shader parameter.