Procházet zdrojové kódy

examples: Fix title of webgpu_performance.html (#29086)

Sequel of !29077
0b5vr před 1 rokem
rodič
revize
e6edc5c1ae
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      examples/webgpu_performance.html

+ 1 - 1
examples/webgpu_performance.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!DOCTYPE html>
 <html lang="en">
 <html lang="en">
 	<head>
 	<head>
-		<title>three.js webgl - GLTFloader</title>
+		<title>three.js webgpu - GLTFloader</title>
 		<meta charset="utf-8">
 		<meta charset="utf-8">
 		<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
 		<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
 		<link type="text/css" rel="stylesheet" href="main.css">
 		<link type="text/css" rel="stylesheet" href="main.css">

粤ICP备19079148号