summary refs log tree commit diff
path: root/src/graphics
AgeCommit message (Expand)Author
2026-08-14move the Frame destruction code to where it goesIrene Knapp
2026-08-14move all the per-frame stuff into its own struct and fileIrene Knapp
2026-08-12split the texture's sampler and its image view into separaet bindingsIrene Knapp
2026-08-09abstract over bundled assetsIrene Knapp
2026-08-09move PNG-specific code to a new module files::pngIrene Knapp
2026-08-09rename and reexport a bunch of graphics state typesIrene Knapp
2026-08-09refactor Texture into its own thingIrene Knapp
2026-08-08move the obj loader to a more logical placeIrene Knapp
2026-08-08remove physical_device from ForReinitIrene Knapp
2026-08-08move models into their own struct and fileIrene Knapp
2026-08-06further splitting of graphics submodulesIrene Knapp
2026-08-06move some modules into a new graphics submoduleIrene Knapp