WebGL SRP and Dynamic batching support?

Hello, throughout the documentation I have not been able to find a clear information if WebGL in LWRP projects supports the SRP batching
and if yes how it interacts with the Dynamic one;

Can any of the gurus here shed a light on this, please? :slight_smile:

Thanks and regards

LWRP should be supported in WebGL 2. But if you build something that is meant to run in Safari, on any platform, you must use WebGL 1.

It also partially supports WebGL1, but you’ll have to disable most of the effects :confused:

1 Like

Hi, thanks for your replays and apology for my question not being clear enough.
I am aware that LWRP is supported in WebGL2.
The question is - does WebGL2 support SRP batcher (which is part of LWRP)? I am not quite sure as WebGL is not explicitly mentioned on the list in the relevant Unity blog entry
And if so, how the SRP Batcher goes along with the Dynamic Batcher

Hi, I’m curious about this too. We’re running WebGL2 and from what I can see it is not working. This is based on my profiling where my tri count (in hte editor) goes from 150k to 3k srp batcher off to on. in webgl its just simply showing 150k.