Skip to content

Commit

Permalink
Deploying to gh-pages from @ 5e32d5f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jinleili committed Nov 16, 2024
1 parent 78c8596 commit 7c15d58
Show file tree
Hide file tree
Showing 147 changed files with 654 additions and 654 deletions.
6 changes: 3 additions & 3 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
<title>404 | 学习 wgpu</title>
<meta name="description" content="Not Found">
<meta name="generator" content="VitePress v1.5.0">
<link rel="preload stylesheet" href="/learn-wgpu-zh/assets/style.BVVL-hhm.css" as="style">
<link rel="preload stylesheet" href="/learn-wgpu-zh/assets/style.CjegECuQ.css" as="style">
<link rel="preload stylesheet" href="/learn-wgpu-zh/vp-icons.css" as="style">

<script type="module" src="/learn-wgpu-zh/assets/app.Erzg4p0l.js"></script>
<script type="module" src="/learn-wgpu-zh/assets/app.BHrPp7uO.js"></script>
<link rel="preload" href="/learn-wgpu-zh/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
<link rel="icon" href="/learn-wgpu-zh/favicon.svg">
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"auto",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script>
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
</head>
<body>
<div id="app"></div>
<script>window.__VP_HASH_MAP__=JSON.parse("{\"beginner_tutorial1-window.md\":\"Bbz9ciJb\",\"beginner_tutorial2-surface_index.md\":\"B0LLDve_\",\"beginner_tutorial3-pipeline_index.md\":\"RyuYhpMP\",\"beginner_tutorial4-buffer_index.md\":\"CXGa3RfS\",\"beginner_tutorial5-textures_index.md\":\"DGv0fitl\",\"beginner_tutorial6-uniforms_index.md\":\"twC0nven\",\"beginner_tutorial7-instancing_index.md\":\"BZiOSmrj\",\"beginner_tutorial8-depth_index.md\":\"vgD-onnx\",\"beginner_tutorial9-models_index.md\":\"B2cA33FN\",\"beginner_wgsl.md\":\"Bn2NdD9D\",\"glossary_of_terms.md\":\"CP9uI_8g\",\"index.md\":\"DIgl1ov4\",\"integration-and-debugging_android_index.md\":\"DqRfaVoJ\",\"integration-and-debugging_bevy_index.md\":\"LFcp1Mue\",\"integration-and-debugging_index.md\":\"DBgEh4wO\",\"integration-and-debugging_ios_index.md\":\"CdCnoMwo\",\"integration-and-debugging_snapdragon-profiler_index.md\":\"aFfEe2ri\",\"integration-and-debugging_xcode_index.md\":\"CchvP_wB\",\"intermediate_compute-pipeline_index.md\":\"BZ_cyLQo\",\"intermediate_hdr_index.md\":\"Dm4mXg81\",\"intermediate_pbr-notes.md\":\"Dc4G-JN7\",\"intermediate_tutorial10-lighting_index.md\":\"DFm71_AX\",\"intermediate_tutorial11-normals_index.md\":\"BX26UKPm\",\"intermediate_tutorial12-camera_index.md\":\"DzEfrSPE\",\"intermediate_tutorial13-terrain_index.md\":\"UcGoe3Gi\",\"intermediate_vertex-animation_index.md\":\"DliElYT0\",\"intermediate_vertex-animation_universal-animation-formula.md\":\"BWO0w12h\",\"showcase_alignment.md\":\"YdZf41U4\",\"showcase_compute_index.md\":\"Cyj8qpZI\",\"showcase_gifs_index.md\":\"BzGCC4s8\",\"showcase_pong_index.md\":\"dLFU-yWv\",\"showcase_threading.md\":\"2PfQJOkX\",\"showcase_windowless_index.md\":\"DziIfJjF\",\"simuverse.md\":\"D__Yc6nX\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"zh-CN\",\"dir\":\"ltr\",\"title\":\"学习 wgpu\",\"description\":\"wgpu:下一代跨平台图形接口 WebGPU 的 Rust 实现\",\"base\":\"/learn-wgpu-zh/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"logo\":\"/res/wgpu-logo.png\",\"lastUpdated\":true,\"lastUpdatedText\":\"上次更新\",\"docFooter\":{\"prev\":\"上一章\",\"next\":\"下一章\"},\"outlineTitle\":\"本章内容\",\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/jinleili/learn-wgpu-zh\"}],\"nav\":[{\"text\":\"Simuverse\",\"link\":\"/simuverse\"},{\"text\":\"wgpu-in-app\",\"link\":\"https://github.com/jinleili/wgpu-in-app\"},{\"text\":\"bevy-in-app\",\"link\":\"https://github.com/jinleili/bevy-in-app\"}],\"sidebar\":{\"/\":[{\"text\":\"基础\",\"collapsible\":true,\"items\":[{\"text\":\"依赖与窗口\",\"link\":\"/beginner/tutorial1-window\"},{\"text\":\"展示平面 (Surface)\",\"link\":\"/beginner/tutorial2-surface/\"},{\"text\":\"管线 (Pipeline)\",\"link\":\"/beginner/tutorial3-pipeline/\"},{\"text\":\"缓冲区与索引\",\"link\":\"/beginner/tutorial4-buffer/\"},{\"text\":\"纹理和绑定组\",\"link\":\"/beginner/tutorial5-textures/\"},{\"text\":\"Uniform 缓冲区与 3D 虚拟摄像机\",\"link\":\"/beginner/tutorial6-uniforms/\"},{\"text\":\"实例化绘制\",\"link\":\"/beginner/tutorial7-instancing/\"},{\"text\":\"深度缓冲区\",\"link\":\"/beginner/tutorial8-depth/\"},{\"text\":\"模型加载\",\"link\":\"/beginner/tutorial9-models/\"},{\"text\":\"🆕 WGSL 着色器语言\",\"link\":\"/beginner/wgsl\"}]},{\"text\":\"进阶\",\"collapsible\":true,\"items\":[{\"text\":\"光照\",\"link\":\"/intermediate/tutorial10-lighting/\"},{\"text\":\"法线映射\",\"link\":\"/intermediate/tutorial11-normals/\"},{\"text\":\"更好的摄像机\",\"link\":\"/intermediate/tutorial12-camera/\"},{\"text\":\"🆕 计算管线\",\"link\":\"/intermediate/compute-pipeline/\"},{\"text\":\"🆕 顶点动画\",\"link\":\"/intermediate/vertex-animation/\"},{\"text\":\"🆕 万能动画公式\",\"link\":\"/intermediate/vertex-animation/universal-animation-formula.md\"},{\"text\":\"渲染 HDR 场景\",\"link\":\"/intermediate/hdr/\"}]},{\"text\":\"集成与调试\",\"collapsible\":true,\"items\":[{\"text\":\"楔子\",\"link\":\"/integration-and-debugging/\"},{\"text\":\"🆕 与 iOS App 集成\",\"link\":\"/integration-and-debugging/ios/\"},{\"text\":\"🆕 与 Android App 集成\",\"link\":\"/integration-and-debugging/android/\"},{\"text\":\"🆕 使用 Xcode 调试 wgpu 程序\",\"link\":\"/integration-and-debugging/xcode/\"},{\"text\":\"🆕 使用 Snapdragon Profiler 调试\",\"link\":\"/integration-and-debugging/snapdragon-profiler/\"},{\"text\":\"🆕 在 iOS Android App 中集成 Bevy 游戏引擎\",\"link\":\"/integration-and-debugging/bevy/\"}]},{\"text\":\"案例展示\",\"collapsible\":true,\"collapsed\":true,\"items\":[{\"text\":\"离屏渲染\",\"link\":\"/showcase/windowless/\"},{\"text\":\"生成 GIF 动图\",\"link\":\"/showcase/gifs/\"},{\"text\":\"Pong\",\"link\":\"/showcase/pong/\"},{\"text\":\"Compute Example: Tangents and Bitangents\",\"link\":\"/showcase/compute/\"}]},{\"text\":\"附录\",\"items\":[{\"text\":\"介绍\",\"link\":\"/index\"},{\"text\":\"术语中英对照表\",\"link\":\"/GLOSSARY_OF_TERMS\"}]}]}},\"locales\":{\"root\":{\"label\":\"中文\"},\"en\":{\"label\":\"English\",\"link\":\"https://sotrh.github.io/learn-wgpu/\"}},\"scrollOffset\":134,\"cleanUrls\":true}");</script>
<script>window.__VP_HASH_MAP__=JSON.parse("{\"beginner_tutorial1-window.md\":\"ByC2IG_l\",\"beginner_tutorial2-surface_index.md\":\"VbtTnFiz\",\"beginner_tutorial3-pipeline_index.md\":\"CjsoUGLf\",\"beginner_tutorial4-buffer_index.md\":\"DUPN0C2v\",\"beginner_tutorial5-textures_index.md\":\"C3WANDzX\",\"beginner_tutorial6-uniforms_index.md\":\"CPpJaMj2\",\"beginner_tutorial7-instancing_index.md\":\"5gxEY54W\",\"beginner_tutorial8-depth_index.md\":\"Dqr68Jvg\",\"beginner_tutorial9-models_index.md\":\"CRpkWFZH\",\"beginner_wgsl.md\":\"DBDMW7p4\",\"glossary_of_terms.md\":\"xT_8t-H3\",\"index.md\":\"BxEXWWEG\",\"integration-and-debugging_android_index.md\":\"Dflin0CP\",\"integration-and-debugging_bevy_index.md\":\"Cbw3FKE-\",\"integration-and-debugging_index.md\":\"Cp5TIMSu\",\"integration-and-debugging_ios_index.md\":\"uDYXVw51\",\"integration-and-debugging_snapdragon-profiler_index.md\":\"BVGOZubA\",\"integration-and-debugging_xcode_index.md\":\"BxTvmEOJ\",\"intermediate_compute-pipeline_index.md\":\"CG8IX7Ek\",\"intermediate_hdr_index.md\":\"CiUucJH7\",\"intermediate_pbr-notes.md\":\"B17WIYua\",\"intermediate_tutorial10-lighting_index.md\":\"BW0w6Uav\",\"intermediate_tutorial11-normals_index.md\":\"BgIYXHLp\",\"intermediate_tutorial12-camera_index.md\":\"CC3go-tG\",\"intermediate_tutorial13-terrain_index.md\":\"DVMgIRqh\",\"intermediate_vertex-animation_index.md\":\"BZU0cHsD\",\"intermediate_vertex-animation_universal-animation-formula.md\":\"DBsHQKtB\",\"showcase_alignment.md\":\"DLrIByQZ\",\"showcase_compute_index.md\":\"Dt3McrnY\",\"showcase_gifs_index.md\":\"DyghaS6s\",\"showcase_pong_index.md\":\"DCVjTk6g\",\"showcase_threading.md\":\"DDvFOucT\",\"showcase_windowless_index.md\":\"JCZbS0yg\",\"simuverse.md\":\"k3QP19ox\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"zh-CN\",\"dir\":\"ltr\",\"title\":\"学习 wgpu\",\"description\":\"wgpu:下一代跨平台图形接口 WebGPU 的 Rust 实现\",\"base\":\"/learn-wgpu-zh/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"logo\":\"/res/wgpu-logo.png\",\"lastUpdated\":true,\"lastUpdatedText\":\"上次更新\",\"docFooter\":{\"prev\":\"上一章\",\"next\":\"下一章\"},\"outlineTitle\":\"本章内容\",\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/jinleili/learn-wgpu-zh\"}],\"nav\":[{\"text\":\"Simuverse\",\"link\":\"/simuverse\"},{\"text\":\"wgpu-in-app\",\"link\":\"https://github.com/jinleili/wgpu-in-app\"},{\"text\":\"bevy-in-app\",\"link\":\"https://github.com/jinleili/bevy-in-app\"}],\"sidebar\":{\"/\":[{\"text\":\"基础\",\"collapsible\":true,\"items\":[{\"text\":\"依赖与窗口\",\"link\":\"/beginner/tutorial1-window\"},{\"text\":\"展示平面 (Surface)\",\"link\":\"/beginner/tutorial2-surface/\"},{\"text\":\"管线 (Pipeline)\",\"link\":\"/beginner/tutorial3-pipeline/\"},{\"text\":\"缓冲区与索引\",\"link\":\"/beginner/tutorial4-buffer/\"},{\"text\":\"纹理和绑定组\",\"link\":\"/beginner/tutorial5-textures/\"},{\"text\":\"Uniform 缓冲区与 3D 虚拟摄像机\",\"link\":\"/beginner/tutorial6-uniforms/\"},{\"text\":\"实例化绘制\",\"link\":\"/beginner/tutorial7-instancing/\"},{\"text\":\"深度缓冲区\",\"link\":\"/beginner/tutorial8-depth/\"},{\"text\":\"模型加载\",\"link\":\"/beginner/tutorial9-models/\"},{\"text\":\"🆕 WGSL 着色器语言\",\"link\":\"/beginner/wgsl\"}]},{\"text\":\"进阶\",\"collapsible\":true,\"items\":[{\"text\":\"光照\",\"link\":\"/intermediate/tutorial10-lighting/\"},{\"text\":\"法线映射\",\"link\":\"/intermediate/tutorial11-normals/\"},{\"text\":\"更好的摄像机\",\"link\":\"/intermediate/tutorial12-camera/\"},{\"text\":\"🆕 计算管线\",\"link\":\"/intermediate/compute-pipeline/\"},{\"text\":\"🆕 顶点动画\",\"link\":\"/intermediate/vertex-animation/\"},{\"text\":\"🆕 万能动画公式\",\"link\":\"/intermediate/vertex-animation/universal-animation-formula.md\"},{\"text\":\"渲染 HDR 场景\",\"link\":\"/intermediate/hdr/\"}]},{\"text\":\"集成与调试\",\"collapsible\":true,\"items\":[{\"text\":\"楔子\",\"link\":\"/integration-and-debugging/\"},{\"text\":\"🆕 与 iOS App 集成\",\"link\":\"/integration-and-debugging/ios/\"},{\"text\":\"🆕 与 Android App 集成\",\"link\":\"/integration-and-debugging/android/\"},{\"text\":\"🆕 使用 Xcode 调试 wgpu 程序\",\"link\":\"/integration-and-debugging/xcode/\"},{\"text\":\"🆕 使用 Snapdragon Profiler 调试\",\"link\":\"/integration-and-debugging/snapdragon-profiler/\"},{\"text\":\"🆕 在 iOS Android App 中集成 Bevy 游戏引擎\",\"link\":\"/integration-and-debugging/bevy/\"}]},{\"text\":\"案例展示\",\"collapsible\":true,\"collapsed\":true,\"items\":[{\"text\":\"离屏渲染\",\"link\":\"/showcase/windowless/\"},{\"text\":\"生成 GIF 动图\",\"link\":\"/showcase/gifs/\"},{\"text\":\"Pong\",\"link\":\"/showcase/pong/\"},{\"text\":\"Compute Example: Tangents and Bitangents\",\"link\":\"/showcase/compute/\"}]},{\"text\":\"附录\",\"items\":[{\"text\":\"介绍\",\"link\":\"/index\"},{\"text\":\"术语中英对照表\",\"link\":\"/GLOSSARY_OF_TERMS\"}]}]}},\"locales\":{\"root\":{\"label\":\"中文\"},\"en\":{\"label\":\"English\",\"link\":\"https://sotrh.github.io/learn-wgpu/\"}},\"scrollOffset\":134,\"cleanUrls\":true}");</script>

</body>
</html>
14 changes: 7 additions & 7 deletions GLOSSARY_OF_TERMS.html

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7c15d58

Please sign in to comment.