public interface MPSSVGFTextureAllocator
| Modifier and Type | Method and Description |
|---|---|
void |
returnTexture(MTLTexture texture)
Return a texture to the allocator.
|
MTLTexture |
textureWithPixelFormatWidthHeight(long pixelFormat,
long width,
long height)
Returns an autoreleased Metal 2D texture with a matching pixel format, width, and height.
|
void returnTexture(MTLTexture texture)
MTLTexture textureWithPixelFormatWidthHeight(long pixelFormat, long width, long height)