Minor addition in documentation
This commit is contained in:
parent
4fb254e362
commit
ca9f16d517
1 changed files with 3 additions and 0 deletions
|
@ -1622,6 +1622,9 @@ Features deliberately excluded from the scope of this library:
|
|||
|
||||
- Data transfer. Uploading (straming) and downloading data of buffers and images
|
||||
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
|
||||
explicit memory type index and dedicated allocation anyway, so they don't
|
||||
interact with main features of this library. Such special purpose allocations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue