mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2024-11-23 07:14:34 +00:00
Minor addition in documentation
This commit is contained in:
parent
4fb254e362
commit
ca9f16d517
@ -1622,6 +1622,9 @@ Features deliberately excluded from the scope of this library:
|
|||||||
|
|
||||||
- Data transfer. Uploading (straming) and downloading data of buffers and images
|
- Data transfer. Uploading (straming) and downloading data of buffers and images
|
||||||
between CPU and GPU memory and related synchronization is responsibility of the user.
|
between CPU and GPU memory and related synchronization is responsibility of the user.
|
||||||
|
Defining some "texture" object that would automatically stream its data from a
|
||||||
|
staging copy in CPU memory to GPU memory would rather be a feature of another,
|
||||||
|
higher-level library implemented on top of VMA.
|
||||||
- Allocations for imported/exported external memory. They tend to require
|
- Allocations for imported/exported external memory. They tend to require
|
||||||
explicit memory type index and dedicated allocation anyway, so they don't
|
explicit memory type index and dedicated allocation anyway, so they don't
|
||||||
interact with main features of this library. Such special purpose allocations
|
interact with main features of this library. Such special purpose allocations
|
||||||
|
Loading…
Reference in New Issue
Block a user