Skip to content

Commit

Permalink
WebGPUObjects: Clarify error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed Sep 24, 2020
1 parent 599eb63 commit b02e7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jsm/renderers/webgpu/WebGPUObjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class WebGPUObjects {

if ( geometry.isGeometry ) {

throw 'THREE.WebGPURenderer: Geometries of type THREE.Geometry are not supported. Please use BufferGeometry.';
throw 'THREE.WebGPURenderer: Geometries of type THREE.Geometry are not supported. Please use THREE.BufferGeometry.';

}

Expand Down

0 comments on commit b02e7f9

Please sign in to comment.