Search Issue Tracker
By Design
Votes
0
Found in
2018.3.5f1
Issue ID
1130246
Regression
No
Unable to Bind Null Depth Buffer When Using MRT
Steps:
1. Open attached repro project
2. Open the scene
3. Hit play
4. observe console for errors
Expected: depth should be optional when doing Command Buffer::SetRenderTarget(RenderTargetIdentifier[] colors, RenderTargetIdentifier depth)
Reproducible in :2019.2.0a6
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
- WebGL build dependencies are not refreshed until the Editor is restarted
- “Audio Random Container” allows adding unlimited number in “Audio Clips” numeric field, causing Editor to freeze
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
Resolution Note (2020.1.X):
Resolving this as by design. The API here can't support the proposed use case and we are reluctant at adding new APIs (which is more of a feature request) now that we have the render pass API