File tree Expand file tree Collapse file tree 2 files changed +520
-4
lines changed
Expand file tree Collapse file tree 2 files changed +520
-4
lines changed Original file line number Diff line number Diff line change @@ -3,23 +3,26 @@ title: "Tutorials Index"
33document_id : " tutorials-index-2025-10-17"
44status : " living"
55created : " 2025-10-17T00:20:00Z"
6- last_updated : " 2025-10-17T00:20 :00Z"
7- version : " 0.1 .0"
6+ last_updated : " 2025-11-10T00:00 :00Z"
7+ version : " 0.2 .0"
88engine_workspace_version : " 2023.1.30"
99wgpu_version : " 26.0.1"
1010shader_backend_default : " naga"
1111winit_version : " 0.29.10"
12- repo_commit : " 93c85ccbc3863ecffc73e68fb340c5d45df89377 "
12+ repo_commit : " 727dbe9b7706e273c525a6ca92426a1aba61cdb6 "
1313owners : ["lambda-sh"]
1414reviewers : ["engine", "rendering"]
1515tags : ["index", "tutorials", "docs"]
1616---
1717
1818This index lists tutorials that teach specific engine tasks through complete, incremental builds.
1919
20- - Uniform Buffers: Build a Spinning Triangle — ` docs/tutorials/uniform-buffers.md `
20+ - Uniform Buffers: Build a Spinning Triangle — [ uniform-buffers.md] ( uniform-buffers.md )
21+ - Textured Quad: Sample a 2D Texture — [ textured-quad.md] ( textured-quad.md )
22+ - Textured Cube: 3D Push Constants + 2D Sampling — [ textured-cube.md] ( textured-cube.md )
2123
2224Browse all tutorials in this directory.
2325
2426Changelog
27+ - 0.2.0 (2025-11-10): Add links for textured quad and textured cube; update metadata and commit.
2528- 0.1.0 (2025-10-17): Initial index with uniform buffers tutorial.
You can’t perform that action at this time.
0 commit comments