1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Frame image transfer prototype.

This commit is contained in:
Bartosz Taudul
2019-06-06 21:39:54 +02:00
parent a37348c5c7
commit e5bb6011c5
8 changed files with 153 additions and 38 deletions
+6
View File
@@ -356,6 +356,12 @@ struct SourceLocationComparator
}
};
struct FrameImage
{
const char* ptr;
uint16_t w, h;
};
}
#endif