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

VideoCommon: call into graphics mods create texture callback #12022

Merged

Conversation

iwubcode
Copy link
Contributor

@iwubcode iwubcode commented Jul 2, 2023

Previously, we defined our graphics mod callback for texture creates. Now we can call into it.

A texture create is passed the texture name and the texture width/height as input. As output it provides a list of additional textures to load and an additional list of dependencies that might influence that list of textures (ex: a config file that says how many textures to load).

…ng additional asset dependencies that trigger the texture to be reloaded
@AdmiralCurtiss AdmiralCurtiss merged commit 7bb04ff into dolphin-emu:master Jul 9, 2023
14 checks passed
@iwubcode iwubcode deleted the texture_create_gmod_impl branch July 9, 2023 02:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants