Skip to content

Commit 6100c86

Browse files
GpuMemDumpVis/README.md: Added warning about aliasing not supported
Fixes #381 Thanks @alecazam
1 parent dc8a3fb commit 6100c86

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tools/GpuMemDumpVis/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,7 @@ You can also use typical options:
4343
* ![Image Unknown](README_files/Legend_Image_Unknown.png "Image Unknown") Image with tiling unknown to the allocator (Vulkan).
4444
* ![Unknown](README_files/Legend_Unknown.png "Unknown") Allocation of unknown type.
4545
* ![Details](README_files/Legend_Details.png "Details") Black bar - one or more allocations of any kind too small to be visualized as filled rectangles.
46+
47+
## Additional notes
48+
49+
Warning! Current version of the tool shows incorrect result when allocations alias (overlap) in memory, as it only looks at sizes of the allocations, not their offsets.

0 commit comments

Comments
 (0)