aboutsummaryrefslogtreecommitdiff
path: root/stockton-render/src/draw/texture/load.rs
AgeCommit message (Collapse)Author
2024-08-25refactor(all): separate rendering from frameworktcmal
stockton-passes is mostly just a stand-in until this is properly separated
2024-08-25WIP refactor(render): add draw passestcmal
2024-08-25feat(render): ui workingtcmal
2024-08-25refactor(render): move functions from load into loadertcmal
2024-08-25chore(render): update hal and fix some errorstcmal
2024-08-25feat(render): WIP switch to anyhow for errorstcmal
2024-08-25refactor(render): move to locks rather than unsafe opstcmal
2024-08-25feat(render): multithreaded texture loadingtcmal
also a bunch of supporting changes