Skip to content

WebGPURenderer: Multiple renderer setup with FX produces warnings. #29825

Closed
@didibr

Description

@didibr

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

  1. create a class to create a webgpu scene
  2. use this class and create 2 webgpu
  3. 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);

Live example

With double and Postproces - fail
With double and not Postprocess - works
With one and Postprocess- works

Screenshots

image

Version

r170

Device

Desktop

Browser

Chrome

OS

Windows

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions