Search Issue Tracker
Fixed in 2017.3.0f3
Fixed in 5.6.X, 2017.1.X, 2017.2.X
Votes
0
Found in
5.6.1p3
Issue ID
925955
Regression
No
[d3d12] Pipeline states and UAVs returns Errors
Steps to reproduce:
1. Open User's attached project
2. Open scene "Test"
3. Play
Result: Errors appear in the Console:
1) RenderTexture.Create failed: format unsupported for random writes - 11.
UnityEngine.RenderTexture:set_active(RenderTexture)
TestUAV:Test() (at Assets/TestUAV.cs:22)
TestUAV:Start() (at Assets/TestUAV.cs:10)
2) RenderTexture.Create failed: format unsupported for random writes - 11.
UnityEngine.RenderTexture:set_active(RenderTexture)
TestUAV:Test() (at Assets/TestUAV.cs:31)
TestUAV:Start() (at Assets/TestUAV.cs:10)
3) Invalid pass number (1) for Graphics.Blit (Material "Unlit/NewUnlitShader" with 1 passes)
UnityEngine.Graphics:Blit(Texture, Material, Int32)
TestUAV:Test() (at Assets/TestUAV.cs:35)
TestUAV:Start() (at Assets/TestUAV.cs:10)
4) Kernel 'ToTex' not found
UnityEngine.ComputeShader:FindKernel(String)
TestUAV:Test() (at Assets/TestUAV.cs:41)
TestUAV:Start() (at Assets/TestUAV.cs:10)
5) UnityException: FindKernel failed
TestUAV.Test () (at Assets/TestUAV.cs:41)
TestUAV.Start () (at Assets/TestUAV.cs:10)
Reproduced with: 2017.2.0b1, 2017.1.0f1, 5.6.1.p2, 5.5.4p1.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Add comment