textureTarget
The key for an OpenGL texture target.
Declaration
static let textureTarget: CIImageOptionDiscussion
The value for this key must be an NSNumber object containing a supported OpenGL texture target constant, either GL_TEXTURE_2D or GL_TEXTURE_RECTANGLE_ARB. You may only use this key when initializing an image using the init(texture:size:flipped:options:) method.