summary refs log tree commit diff
path: root/src/error.rs
AgeCommit message (Collapse)Author
3 daysload a nontrivial model and render it with a texture HEAD mainIrene Knapp
yay Force-Push: yes Change-Id: Icb715692286c8560532ab73d32a49be8f485d790
6 daysload a texture imageIrene Knapp
also refactor buffer management a little this doesn't yet draw the texture Change-Id: Id2efa761223a588bf599041ac525c3b988f0113b Force-Push: yes
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