I’m trying to create 2 different scenes with 2 different webgpus and 2 different postprocess, they give an error when using postprocess.
Reproduction steps
create a class to create a webgpu scene
use this class and create 2 webgpu
when use postProcess, three fails
Code
//If disabling postprocess with normal render works on 'update()'
//project.postProcessRender.renderAsync(project.scene, project.camera);
//default render
project.renderer.renderAsync(project.scene, project.camera);
//or if enable only one webview work too
//create a project WebGPU2
var project2=new Project();
var element2=document.getElementById('div2');
//project2.init(element2);
Description
I’m trying to create 2 different scenes with 2 different webgpus and 2 different postprocess, they give an error when using postprocess.
Reproduction steps
Code
Live example
With double and Postproces - fail With double and not Postprocess - works With one and Postprocess- works
Screenshots
Version
r170
Device
Desktop
Browser
Chrome
OS
Windows