(textureDesc TextureDescriptor, initialImage *ImageView)
| 41 | ReleaseBufferArray(bufferArray BufferArray) |
| 42 | |
| 43 | CreateTexture(textureDesc TextureDescriptor, initialImage *ImageView) Texture |
| 44 | ReleaseTexture(texture Texture) |
| 45 | WriteTexture(texture Texture, textureRegion TextureRegion, srcImageView ImageView) |
| 46 | ReadTexture(texture Texture, textureRegion TextureRegion, dstImageView MutableImageView) |
no outgoing calls