浏览代码
We need to retain the original value for enableRandomWrite instead of just overriding it if MSAA is enabled. Currently, we take different internal paths if MSAA is enabled. In the situations that MSAA is not enabled, but MSAA was originally requested, we want to make sure enableRandomWrite can be set on the non-MSAA RT. Before this change, if MSAA was supported via the RenderPipelineSettings, but not currently enabled by the FrameSettings, the non-MSAA RT was being created without enableRandomWrite, which lead to the RT not being compatible with the passes expecting a UAV./main
Robert Srinivasiah
7 年前
当前提交
695f1e55
共有 1 个文件被更改,包括 4 次插入 和 4 次删除
正在加载...
Reference in new issue