Skip to content

Commit bd2051d

Browse files
aardgooseaardgoose
andauthored
WebGPURenderer: Fix duplicate shader programs in the WebGLBackend (#29135)
Co-authored-by: aardgoose <angus.sawyer@email.com>
1 parent a92e8bc commit bd2051d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/renderers/webgl-fallback/WebGLBackend.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -747,9 +747,9 @@ class WebGLBackend extends Backend {
747747

748748
}
749749

750-
getRenderCacheKey( renderObject ) {
750+
getRenderCacheKey( /*renderObject*/ ) {
751751

752-
return renderObject.id;
752+
return '';
753753

754754
}
755755

0 commit comments

Comments
 (0)