pretty up some comments

This commit is contained in:
Green Sky 2023-10-13 20:27:52 +02:00
parent 738d2abe7b
commit 5ff7d1cee0
No known key found for this signature in database

View File

@ -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;