Docs typo

This commit is contained in:
Petr Kraus 2021-05-06 03:50:05 +02:00 committed by GitHub
parent 59ec0809a7
commit 7a1b637890
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: 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. 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 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, staging copy in CPU memory to GPU memory would rather be a feature of another,