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 24a8d15 commit ebaad37Copy full SHA for ebaad37
Sources/Rendering/WebGPU/VolumePass/index.js
@@ -147,7 +147,7 @@ function vtkWebGPUVolumePass(publicAPI, model) {
147
]);
148
}
149
150
- if (!model._volumeCopyQuadQuad) {
+ if (!model._volumeCopyQuad) {
151
model._volumeCopyQuad = vtkWebGPUFullScreenQuad.newInstance();
152
model._volumeCopyQuad.setPipelineHash('volpassfsq');
153
model._volumeCopyQuad.setDevice(viewNode.getDevice());
0 commit comments