15class MemorySnapshotWindow
21 bool IsOpen()
const {
return mIsOpen; }
31 void DrawHeaderStrip();
32 void DrawCategoryTree();
33 void DrawEntryTable();
36 void LoadFromDialog();
37 void RefreshThumbnailTexture();
38 uint64_t GetSelectedBudgetBytes()
const;
42 MemorySnapshot mSnapshot;
43 bool mHasSnapshot =
false;
46 int32_t mCategoryFilter = -1;
48 int32_t mBudgetPresetIndex = 6;
49 int32_t mCustomBudgetMB = 64;
52 ImTextureID mThumbTexId = 0;
53 bool mThumbDirty =
false;
56MemorySnapshotWindow* GetMemorySnapshotWindow();
void Shutdown()
Definition Engine.cpp:1147