Pārlūkot izejas kodu

Update webgpu_postprocessing_dof.html

Ensure stats is updated.
Michael Herzog 1 gadu atpakaļ
vecāks
revīzija
5eb8dcfae6
1 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 3 2
      examples/webgpu_postprocessing_dof.html

+ 3 - 2
examples/webgpu_postprocessing_dof.html

@@ -170,7 +170,8 @@
 			function animate() {
 
 				render();
-				//stats.update();
+
+				stats.update();
 
 			}
 
@@ -187,4 +188,4 @@
 
 		</script>
 	</body>
-</html>
+</html>

粤ICP备19079148号