Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
RenaudRohlinger committed May 13, 2024
1 parent e114f30 commit 453c9d9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
8 changes: 0 additions & 8 deletions examples/jsm/renderers/common/Renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1395,14 +1395,6 @@ class Renderer {

}

recordBundle() {

}

renderBundle() {

}

_renderObjectDirect( object, material, scene, camera, lightsNode, group, passId ) {

const renderObject = this._objects.get( object, material, scene, camera, lightsNode, this._currentRenderContext, passId );
Expand Down
6 changes: 0 additions & 6 deletions examples/jsm/renderers/webgpu/WebGPUBackend.js
Original file line number Diff line number Diff line change
Expand Up @@ -812,12 +812,6 @@ class WebGPUBackend extends Backend {

}

if ( renderContextData.renderBundles !== undefined && renderContextData.renderBundles.length > 0 ) {

contextData.currentPass.executeBundles( renderContextData.renderBundles );

}

const passEncoderGPU = useRenderBundle ? this.createBundleEncoder( context, renderObject ) : contextData.currentPass;

// pipeline
Expand Down
1 change: 1 addition & 0 deletions test/e2e/puppeteer.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ const exceptionList = [
'webgpu_custom_fog',
'webgpu_instancing_morph',
'webgpu_mesh_batch',
'webgpu_renderbundle',

// WebGPU idleTime and parseTime too low
'webgpu_compute_particles',
Expand Down

0 comments on commit 453c9d9

Please sign in to comment.