Search Issue Tracker
Fixed in 2020.2.X
Fixed in 2020.1.X
Votes
0
Found in
2018.1.0b12
Issue ID
1025172
Regression
No
Compute shader is significantly slower in DX12 compared to DX11
How to reproduce:
1. Open user-submitted project (ResourceBarrierHandicap.zip)
2. Open "SampleScene.unity" scene
3. Set DirectX11 as the main Unity Editor Graphics API
4. Play scene
5. Observe runtime statistics
6. Set DirectX12 as the main Unity Editor Graphics API
7. Play scene
8. Observe runtime statistics
Expected result: DirectX11 and DirectX12 runtime statistics don't differ a lot
Actual result: DirectX12 runs at the quarter of the DirectX11 speed
Reproducible with: 2017.4.7f1, 2018.1.9f1, 2018.2.0f2, 2018.3.0a5
Could not test with: 2017.1.4p2, 2017.2.3p2(DirectX 12 Unity Editor was not introduced yet)
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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Resolution Note (fix version 2020.2):
Compute shader DX12 performance has been improved significantly in 2020.2. The overall performance is still slower compared to Dx11 but the cause is different and will be fixed separately.