VideoCommon: add graphics mod callback interface for when a texture is created

This commit is contained in:
iwubcode
2023-06-20 19:26:53 -05:00
parent 5ad2d86cc7
commit 1d767c3a5b
6 changed files with 48 additions and 2 deletions

View File

@ -32,4 +32,7 @@ struct TextureLoad
{
std::string_view texture_name;
};
struct TextureCreate
{
};
} // namespace GraphicsModActionData