mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 12:20:07 +00:00
Added mention of virtual allocator to README
This commit is contained in:
parent
2f28b5ec42
commit
187954c327
@ -61,6 +61,7 @@ Additional features:
|
|||||||
- Debugging incorrect memory usage: Enable initialization of all allocated memory with a bit pattern to detect usage of uninitialized or freed memory. Enable validation of a magic number before and after every allocation to detect out-of-bounds memory corruption.
|
- Debugging incorrect memory usage: Enable initialization of all allocated memory with a bit pattern to detect usage of uninitialized or freed memory. Enable validation of a magic number before and after every allocation to detect out-of-bounds memory corruption.
|
||||||
- Record and replay sequence of calls to library functions to a file to check correctness, measure performance, and gather statistics.
|
- Record and replay sequence of calls to library functions to a file to check correctness, measure performance, and gather statistics.
|
||||||
- Support for interoperability with OpenGL.
|
- Support for interoperability with OpenGL.
|
||||||
|
- Virtual allocator: Interface for using core allocation algorithm to allocate any custom data, e.g. pieces of one large buffer.
|
||||||
|
|
||||||
# Prequisites
|
# Prequisites
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user