Skip to content

Commit

Permalink
WebGPURenderer: Fix pipeline cache key (#29685)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunag authored Oct 18, 2024
1 parent 8104618 commit 076d8d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderers/webgpu/WebGPUBackend.js
Original file line number Diff line number Diff line change
Expand Up @@ -1090,6 +1090,7 @@ class WebGPUBackend extends Backend {
utils.getSampleCountRenderContext( renderContext ),
utils.getCurrentColorSpace( renderContext ), utils.getCurrentColorFormat( renderContext ), utils.getCurrentDepthStencilFormat( renderContext ),
utils.getPrimitiveTopology( object, material ),
renderObject.getGeometryCacheKey(),
renderObject.clippingContext.cacheKey
].join();

Expand Down

0 comments on commit 076d8d6

Please sign in to comment.