Преглед на файлове

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.render.frame = 0;
 
 
 		this.memory.geometries = 0;
 		this.memory.geometries = 0;
+		this.memory.textures = 0;
 
 
 	}
 	}