MTLBlitCommandEncoder.synchronizeTexture

Encodes a command that synchronizes a part of the CPU’s copy of a texture so that it matches the GPU’s copy.

interface MTLBlitCommandEncoder
@nogc nothrow
@selector("synchronizeTexture:slice:level:")
void
synchronizeTexture
(,
NSUInteger slice
,
NSUInteger level
)

Meta