Browse Source

remove WebGPUBindings.remove()

sunag 4 years ago
parent
commit
33b6ea0502
1 changed files with 0 additions and 6 deletions
  1. 0 6
      examples/jsm/renderers/webgpu/WebGPUBindings.js

+ 0 - 6
examples/jsm/renderers/webgpu/WebGPUBindings.js

@@ -51,12 +51,6 @@ class WebGPUBindings {
 
 	}
 
-	remove( object ) {
-
-		this.uniformsData.delete( object );
-
-	}
-
 	getForCompute( param ) {
 
 		let data = this.uniformsData.get( param );