themrdemonized / xray-monolith

Other
71 stars 51 forks source link

Volumetrics with MSAA enabled generate API usage errors #73

Open deggua opened 1 month ago

deggua commented 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.

deggua commented 1 month ago

rt_MSAADepth->pZRT might also work as the depth target

LVutner commented 3 weeks ago

Correct. Bind rt_MSAADepth as DSV.

That's what GSC did in Clear Sky.