After msaa

output the alpha in ps

remove clip in ps

in blendstate add AlphaToCoverageEnable = TRUE

-------------

原理rgba用a作为coverage来决议

----------------------------------

alphatocoverage 会引起的透明混合了底色的问题,解决方法

关闭alphatocoverage 用alphablend然后关闭深度写

透明的问题多半要考虑渲染次序,某些设置改变了渲染次序

相关文章:

  • 2021-09-22
  • 2020-02-03
  • 2022-02-08
  • 2021-07-19
  • 2022-01-29
  • 2021-05-28
  • 2021-05-21
猜你喜欢
  • 2021-08-21
  • 2021-06-06
  • 2021-12-24
  • 2021-09-11
  • 2022-01-11
  • 2022-02-17
  • 2022-01-04
相关资源
相似解决方案