Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1ecfc43 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jinleili committed Nov 6, 2024
1 parent 4782400 commit 78c8596
Show file tree
Hide file tree
Showing 130 changed files with 292 additions and 292 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</head>
<body>
<div id="app"></div>
<script>window.__VP_HASH_MAP__=JSON.parse("{\"beginner_tutorial1-window.md\":\"CQPdk7gK\",\"beginner_tutorial2-surface_index.md\":\"Bfh2NL3W\",\"beginner_tutorial3-pipeline_index.md\":\"DyLqS_Iz\",\"beginner_tutorial4-buffer_index.md\":\"C3cdEt4Y\",\"beginner_tutorial5-textures_index.md\":\"BXEWlBfU\",\"beginner_tutorial6-uniforms_index.md\":\"prnifsAr\",\"beginner_tutorial7-instancing_index.md\":\"C7yZFHNa\",\"beginner_tutorial8-depth_index.md\":\"UaIcBgBn\",\"beginner_tutorial9-models_index.md\":\"Dqqb9Voh\",\"beginner_wgsl.md\":\"BRP0pBvB\",\"glossary_of_terms.md\":\"CHAr5YGU\",\"index.md\":\"CBj8iX1Z\",\"integration-and-debugging_android_index.md\":\"C0C0kg-P\",\"integration-and-debugging_bevy_index.md\":\"WkEPrj2e\",\"integration-and-debugging_index.md\":\"C3lJP_Cy\",\"integration-and-debugging_ios_index.md\":\"D9Nyl6nk\",\"integration-and-debugging_snapdragon-profiler_index.md\":\"BV-qPQWu\",\"integration-and-debugging_xcode_index.md\":\"Dv8qLarz\",\"intermediate_compute-pipeline_index.md\":\"BSjuHkfz\",\"intermediate_hdr_index.md\":\"64JGsuUU\",\"intermediate_pbr-notes.md\":\"BWNvMPjK\",\"intermediate_tutorial10-lighting_index.md\":\"N_EuWlyQ\",\"intermediate_tutorial11-normals_index.md\":\"oXkRbGjc\",\"intermediate_tutorial12-camera_index.md\":\"iUGhcgbP\",\"intermediate_tutorial13-terrain_index.md\":\"CBPynJAU\",\"intermediate_vertex-animation_index.md\":\"CiVDU7FK\",\"intermediate_vertex-animation_universal-animation-formula.md\":\"oU9bT0Uq\",\"showcase_alignment.md\":\"CAzrX0el\",\"showcase_compute_index.md\":\"b3GKnlO9\",\"showcase_gifs_index.md\":\"CCxwQEvC\",\"showcase_pong_index.md\":\"IOA-xebE\",\"showcase_threading.md\":\"CRhdE2M0\",\"showcase_windowless_index.md\":\"CzxtnGbH\",\"simuverse.md\":\"BGvDIbeO\"}");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\":\"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>

</body>
</html>
6 changes: 3 additions & 3 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 78c8596

Please sign in to comment.