WebGPU: useExactSrgbConversions is broken

Hey!

I noticed a problem recently using the WebGPU engine. When enabling the useExactSrgbConversions parameter after engine creation or by using engine creation options generates tons of warnings and nothing is renderered.

Here is the repro playground: https://playground.babylonjs.com/#XDNVAY#41

Thanks a lot :heart:

This should fix it:

cc @Evgeni_Popov

So fast thanks a lot I’ll let you know once I apply the new Babylon.js version