We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a7ffb commit a816aafCopy full SHA for a816aaf
src/renderers/WebGLRenderer.js
@@ -2040,6 +2040,7 @@ function WebGLRenderer( parameters = {} ) {
2040
if ( capabilities.isWebGL2 ) {
2041
2042
// Workaround for https://bugs.chromium.org/p/chromium/issues/detail?id=1120100
2043
+ // Not needed in Chrome 93+
2044
2045
if ( glFormat === _gl.RGB ) glFormat = _gl.RGB8;
2046
if ( glFormat === _gl.RGBA ) glFormat = _gl.RGBA8;
0 commit comments