This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

pixel local storage drops my framerate

I'm trying to use pls to implement deferred rendering in unity, but I found that using pixel local storage makes my framerate much lower. renderdoc shows me the increase in time spent rendering point lights. The streamline shows that my bandwidth is significantly reduced, but fragment active is also greatly improved.

This is the result of using pixel local storage

This is the result of not using pls

Thanks for your answer