I got a RAW Image CGImage from file, its pixel format is CV14BayerRggb 1919379252
then, convert it to MTLTexture RGBA16Uint
then, modify some pixel color and write to another MTLTexture RGBA16Uint
then, I want to create a CIImage from output texture,
there raised a error told me create CIImage failed, unsupported texutre format.