Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ResourceManager load and unload resource functions include an Archive. #687

Open
4 tasks
Kenix3 opened this issue Oct 12, 2024 · 0 comments
Open
4 tasks
Assignees
Milestone

Comments

@Kenix3
Copy link
Owner

Kenix3 commented Oct 12, 2024

  • Archive will need a Map compatible comparison operator. They are the same if the Archive path matches.
  • Add a new struct for resource cache lookup: shared ptr to Archive, String cache key, and String resource name. The struct will need a Map compatible comparison operator. Will string match the two string and string match the Archive names.
  • ResourceManager function that take in a cache key and a resource path should take in the struct as well.
  • ResourceManager functions have a new alternate version of functions that just take in the name like we had before.
@Kenix3 Kenix3 added this to the LUS 2.0.0 milestone Oct 12, 2024
@Kenix3 Kenix3 self-assigned this Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant