Fix typo.

This commit is contained in:
Jfeng Lai 2020-06-01 11:00:36 +08:00 committed by GitHub
parent 8392cafada
commit d16b3d55e1
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