You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we are facing issues with tutorials when running them in the browser on the WebGL backend due to the absence of conversion to the sRGB space. It might be better to emulate sRGB directly in the SwapChain if the user creates it with an sRGB format. To achieve this, we could add a FullQuad pass during the Present call, where the corresponding transformation would be performed
The text was updated successfully, but these errors were encountered:
Currently, we are facing issues with tutorials when running them in the browser on the WebGL backend due to the absence of conversion to the sRGB space. It might be better to emulate sRGB directly in the SwapChain if the user creates it with an sRGB format. To achieve this, we could add a FullQuad pass during the Present call, where the corresponding transformation would be performed
The text was updated successfully, but these errors were encountered: