summary refs log tree commit diff
path: root/src/graphics/frame.rs
AgeCommit message (Collapse)Author
2026-08-16move uniform buffers into FrameIrene Knapp
it's better this way. same lifetime. Force-Push: yes Change-Id: Ida309f05132838febcc9eb606f5915e7592ac398
2026-08-14move the Frame destruction code to where it goesIrene Knapp
this is, however, the first time one of these render state objects has been managed by another one rather than by main() directly, so there's a little weirdness around the lifetime logic that might need reconsidering. seems okay for now though. Force-Push: yes Change-Id: Ide3b9f0a7163f78a51ceed4dfb506232475354dd
2026-08-14move all the per-frame stuff into its own struct and fileIrene Knapp
Force-Push: yes Change-Id: I54b5c8fcc692616f83a37039a445796dddd4b7e4