Skip to content

Commit

Permalink
WebGPUInfo: Reset texture counter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed Sep 8, 2020
1 parent 6f3e651 commit 1268b10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/jsm/renderers/webgpu/WebGPUInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ class WebGPUInfo {
this.render.frame = 0;

this.memory.geometries = 0;
this.memory.textures = 0;

}

Expand Down

0 comments on commit 1268b10

Please sign in to comment.