Open deggua opened 1 month ago
See this comment https://github.com/themrdemonized/xray-monolith/commit/d7db45cabfe286d2161b23ff86550879ad9ee04d#diff-add3dda5b2d0eae9a0708a0514fb93b42ec812fd877d1ad35763d379ca0ee1b8R67
Someone should look into this, probably causes volumetrics to be broken when MSAA is enabled.
rt_MSAADepth->pZRT might also work as the depth target
rt_MSAADepth->pZRT
Correct. Bind rt_MSAADepth as DSV.
That's what GSC did in Clear Sky.
See this comment https://github.com/themrdemonized/xray-monolith/commit/d7db45cabfe286d2161b23ff86550879ad9ee04d#diff-add3dda5b2d0eae9a0708a0514fb93b42ec812fd877d1ad35763d379ca0ee1b8R67
Someone should look into this, probably causes volumetrics to be broken when MSAA is enabled.