Преглед изворни кода

WebGPUInfo: Reset texture counter.

Mugen87 пре 4 година
родитељ
комит
1268b1098f
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      examples/jsm/renderers/webgpu/WebGPUInfo.js

+ 1 - 0
examples/jsm/renderers/webgpu/WebGPUInfo.js

@@ -64,6 +64,7 @@ class WebGPUInfo {
 		this.render.frame = 0;
 
 		this.memory.geometries = 0;
+		this.memory.textures = 0;
 
 	}