Skip to content

Commit 6ce41a0

Browse files
authored
Merge pull request #2471 from Kitware/webgpu_volume_fix
fix(WebGPU): fix extra rebuild on volume rendering
2 parents 24a8d15 + ebaad37 commit 6ce41a0

File tree

1 file changed

+1
-1
lines changed
  • Sources/Rendering/WebGPU/VolumePass

1 file changed

+1
-1
lines changed

Sources/Rendering/WebGPU/VolumePass/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function vtkWebGPUVolumePass(publicAPI, model) {
147147
]);
148148
}
149149

150-
if (!model._volumeCopyQuadQuad) {
150+
if (!model._volumeCopyQuad) {
151151
model._volumeCopyQuad = vtkWebGPUFullScreenQuad.newInstance();
152152
model._volumeCopyQuad.setPipelineHash('volpassfsq');
153153
model._volumeCopyQuad.setDevice(viewNode.getDevice());

0 commit comments

Comments
 (0)