pretty up some comments
This commit is contained in:
parent
738d2abe7b
commit
5ff7d1cee0
@ -45,11 +45,11 @@ namespace Contact::Components {
|
|||||||
|
|
||||||
// (display)alias
|
// (display)alias
|
||||||
|
|
||||||
// tag to signify a avatar change, and the texture needs to be reloaded
|
// tag to signal an avatar change, and the texture needs to be reloaded
|
||||||
struct TagAvatarInvalidate {};
|
struct TagAvatarInvalidate {};
|
||||||
|
|
||||||
struct AvatarMemory {
|
struct AvatarMemory {
|
||||||
// RGBA
|
// RGBA single-frame
|
||||||
std::vector<uint8_t> data;
|
std::vector<uint8_t> data;
|
||||||
uint64_t width;
|
uint64_t width;
|
||||||
uint64_t height;
|
uint64_t height;
|
||||||
|
Loading…
Reference in New Issue
Block a user