Merge pull request #897 from Michael-Lfx/master

Fix typo.
This commit is contained in:
Bill Hollings 2020-06-01 09:15:56 -04:00 committed by GitHub
commit d0ff200565
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ public:
* to coherent memory can be forced by setting evenIfCoherent to true.
*
* If pBlitEnc is not null, it points to a holder for a MTLBlitCommandEncoder and its
* assocated MTLCommandBuffer. If this instance has a MTLBuffer using managed memory,
* associated MTLCommandBuffer. If this instance has a MTLBuffer using managed memory,
* this function may call synchronizeResource: on the MTLBlitCommandEncoder to
* synchronize the GPU contents to the CPU. If the contents of the pBlitEnc do not
* include a MTLBlitCommandEncoder and MTLCommandBuffer, this function will create