Contents

textureFormat

The key for an OpenGL texture format.

Declaration

static let textureFormat: CIImageOption

Discussion

The value for this key must be an NSNumber object containing a Core Image pixel format constant. (See Pixel Formats.) You may only use this key when initializing an image using the init(texture:size:flipped:options:) method.

See Also

Deprecated