mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-23 06:44:35 +00:00
Use short ptr for frame images.
This commit is contained in:
parent
2a28c6cc72
commit
ea23d2b91a
@ -531,7 +531,7 @@ struct SourceLocationComparator
|
|||||||
|
|
||||||
struct FrameImage
|
struct FrameImage
|
||||||
{
|
{
|
||||||
const char* ptr;
|
short_ptr<const char> ptr;
|
||||||
uint32_t csz;
|
uint32_t csz;
|
||||||
uint16_t w, h;
|
uint16_t w, h;
|
||||||
uint32_t frameRef;
|
uint32_t frameRef;
|
||||||
|
Loading…
Reference in New Issue
Block a user