summaryrefslogtreecommitdiff
path: root/src/asset-manager.hpp
AgeCommit message (Collapse)Author
2023-09-06bucket cleanupJonathan Bradley
2023-09-06cleanup naming conventions and header defsJonathan Bradley
2023-09-06move boilerplate bucket code to memory fileJonathan Bradley
2023-08-22AssetManager handles files gracefullyJonathan Bradley
We're bypassing memcpy for files because we haven't read the file yet, and we also don't want to copy the file's data around multiple times when it isn't necessary.
2023-08-10asset manager first passJonathan Bradley