summary refs log tree commit diff
path: root/src/error.rs
AgeCommit message (Collapse)Author
2026-07-09move all the PermanentGraphicsState stuff into its own fileIrene Knapp
Force-Push: yes Change-Id: I3600d1588ce7251b91e33a8956d89357fadda013
2026-07-04load compiled SPIR-V bytecode (yay)Irene Knapp
no way to build it except by hand, as-yet. the tutorial doesn't cover that, we'll need to circle back and write a build.rs Force-Push: yes Change-Id: I2b489381f95b4b7505862caa236dea1c60cd9c1a
2026-07-04connect to a GPU ("device")Irene Knapp
also refactor Error into its own file, it was unwieldy. it really should have been there from the start. for the first time, this compiles without warnings! yay! alas, this is merely the first hump of the camel Force-Push: yes Change-Id: Ib6ec835448af469ccb259776b78a27bbc157c8f0