add avatar invalidate tag

This commit is contained in:
2023-08-01 18:23:07 +02:00
parent 86426781d0
commit 738d2abe7b
2 changed files with 4 additions and 0 deletions

View File

@@ -45,6 +45,9 @@ namespace Contact::Components {
// (display)alias
// tag to signify a avatar change, and the texture needs to be reloaded
struct TagAvatarInvalidate {};
struct AvatarMemory {
// RGBA
std::vector<uint8_t> data;