-
45b6819f1e
docs: fix tokio reference in troubleshooting to match pollster architecture
main
Krishna Ayyalasomayajula
2026-05-31 22:43:52 -05:00
-
0479cdf4e4
docs: complete application lifecycle and final validation pass
Krishna Ayyalasomayajula
2026-05-31 22:39:05 -05:00
-
13dc88aafb
docs: make guide cross-platform and improve error handling resilience
Krishna Ayyalasomayajula
2026-05-31 22:34:56 -05:00
-
5a7cb22bf2
docs: update tutorial to wgpu 29 / winit 0.30 APIs and pollster async pattern
Krishna Ayyalasomayajula
2026-05-31 22:29:13 -05:00
-
b557ea8a1e
docs: restructure rainbow triangle guide to eliminate code duplication and assembly friction
Krishna Ayyalasomayajula
2026-05-31 22:05:57 -05:00
-
97922d3616
fix: resolve compile errors in rainbow_triangle.rs
Krishna Ayyalasomayajula
2026-05-31 20:31:08 -05:00
-
fc2a04fe14
docs: elevate critical WHY explanations to callout blocks
Krishna Ayyalasomayajula
2026-05-30 21:01:23 -05:00
-
82ea34fe37
docs: add simplification caveat to graphics pipeline model
Krishna Ayyalasomayajula
2026-05-30 20:59:58 -05:00
-
2bc7b5c58e
docs: add coordinate space journey diagram
Krishna Ayyalasomayajula
2026-05-30 20:59:18 -05:00
-
72411b9786
docs: add ASCII diagram of GPU init chain to S3
Krishna Ayyalasomayajula
2026-05-30 20:59:06 -05:00
-
c2e1aa3bab
docs: fix validation layer disable mechanism in GPU init section
Krishna Ayyalasomayajula
2026-05-30 20:57:00 -05:00
-
ccd5f2a61a
docs: add 9 missing glossary entries
Krishna Ayyalasomayajula
2026-05-30 20:53:58 -05:00
-
31adc35da7
docs: add SurfaceStatus::Lost recovery strategy
Krishna Ayyalasomayajula
2026-05-30 20:51:37 -05:00
-
598708f111
docs: add RenderDoc GPU debugging tools mention
Krishna Ayyalasomayajula
2026-05-30 20:50:03 -05:00
-
689b43da98
docs: add validation layer discussion to GPU init section
Krishna Ayyalasomayajula
2026-05-30 20:49:40 -05:00
-
2586e9b813
docs: add shader compilation troubleshooting entry
Krishna Ayyalasomayajula
2026-05-30 20:49:31 -05:00
-
cb7c01754f
docs: add matrix math prerequisite note to What's Next
Krishna Ayyalasomayajula
2026-05-30 20:49:19 -05:00
-
865f8c1191
docs: add depth buffer acknowledgment to coordinate systems
Krishna Ayyalasomayajula
2026-05-30 20:49:18 -05:00
-
a8c64e3643
docs: fix pipeline and operations cross-reference anchors
Krishna Ayyalasomayajula
2026-05-30 20:47:23 -05:00
-
f9010f9234
docs: standardize cross-reference link format to markdown
Krishna Ayyalasomayajula
2026-05-30 20:31:59 -05:00
-
6d72ecf45d
docs: fix all broken cross-reference links
Krishna Ayyalasomayajula
2026-05-30 20:30:24 -05:00
-
ecea7ce77e
docs: eliminate shader walkthrough duplication between S4 and shader-basics
Krishna Ayyalasomayajula
2026-05-30 20:22:51 -05:00
-
cad48bd58d
docs: standardize Instance creation to default()
Krishna Ayyalasomayajula
2026-05-30 20:20:56 -05:00
-
8ee04f9dce
docs: standardize shader file path to shader.wgsl
Krishna Ayyalasomayajula
2026-05-30 20:20:53 -05:00
-
9051de0591
docs: correct @builtin(position) explanation per WGSL spec
Krishna Ayyalasomayajula
2026-05-30 20:17:16 -05:00
-
7f47641fdb
docs: fix pipeline stage ordering per WebGPU/Vulkan spec
Krishna Ayyalasomayajula
2026-05-30 20:17:09 -05:00
-
d7fc299d5a
docs: fix render loop to use CurrentSurfaceTexture enum per wgpu 29 API
Krishna Ayyalasomayajula
2026-05-30 20:12:18 -05:00
-
667dea3d52
docs: fix Polltype glossary entry to include submission_index field
Krishna Ayyalasomayajula
2026-05-30 20:12:04 -05:00
-
3369528679
docs: fix resize() signature mismatch between call site and definition
Krishna Ayyalasomayajula
2026-05-30 20:03:47 -05:00
-
4a4be8b307
docs: add window field to State struct for Outdated recovery
Krishna Ayyalasomayajula
2026-05-30 20:02:59 -05:00
-
23a7e3b151
docs: fix SurfaceStatus API to match wgpu 29 CurrentSurfaceTexture
Krishna Ayyalasomayajula
2026-05-30 20:01:24 -05:00
-
98cf438f88
docs: fix Polltype glossary entry to match wgpu 29 API
Krishna Ayyalasomayajula
2026-05-30 20:00:39 -05:00
-
f99e92d1f5
boilerplate
Krishna Ayyalasomayajula
2026-05-30 18:05:19 -05:00
-
b66be87ab9
fix: add missing glossary entry for present-mode
Krishna Ayyalasomayajula
2026-05-30 18:00:58 -05:00
-
19c112d3bb
fix: correct case-sensitive glossary links in TROUBLESHOOTING
Krishna Ayyalasomayajula
2026-05-30 17:59:42 -05:00
-
9c3758afc8
fix: add missing glossary entry for surface-configuration
Krishna Ayyalasomayajula
2026-05-30 17:59:16 -05:00
-
27b5c7c7d5
fix: add missing TROUBLESHOOTING issue #3, fix broken glossary links in S9
Krishna Ayyalasomayajula
2026-05-30 17:57:38 -05:00
-
dc0e2379a8
docs: append S9-S11, add README and TROUBLESHOOTING
Krishna Ayyalasomayajula
2026-05-30 17:56:38 -05:00
-
7a7191c17d
fix: use PollType::Wait and remove pre_present_notify (subtask 2.4 fixes)
Krishna Ayyalasomayajula
2026-05-30 17:55:14 -05:00
-
4e8c4be649
docs: append sections S7-S8 (render loop, resize)
Krishna Ayyalasomayajula
2026-05-30 17:53:15 -05:00
-
de38f526b9
docs: append sections S4-S6 (shaders, vertex data, render pipeline)
Krishna Ayyalasomayajula
2026-05-30 17:44:31 -05:00
-
4d429cf212
docs: write sections S1-S3 (intro, app skeleton, init chain)
Krishna Ayyalasomayajula
2026-05-30 17:42:21 -05:00
-
dbe6bdee9a
docs: add concept reference files (graphics-pipeline, coordinate-systems, shader-basics, GLOSSARY)
Krishna Ayyalasomayajula
2026-05-30 17:40:28 -05:00