Merge pull request #166 from krOoze/patch-1

Docs typo
This commit is contained in:
Adam Sawicki 2021-05-06 10:08:26 +02:00 committed by GitHub
commit 6889faaaa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1989,7 +1989,7 @@ The library uses following algorithm for allocation, in order:
Features deliberately excluded from the scope of this library:
- Data transfer. Uploading (straming) and downloading data of buffers and images
- Data transfer. Uploading (streaming) 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,