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:
@@ -356,6 +356,12 @@ struct SourceLocationComparator
|
||||
}
|
||||
};
|
||||
|
||||
struct FrameImage
|
||||
{
|
||||
const char* ptr;
|
||||
uint16_t w, h;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user