[][src]Function skia_bindings::SkImage_MakeFromNV12TexturesCopyWithExternalBackend

pub unsafe extern "C" fn SkImage_MakeFromNV12TexturesCopyWithExternalBackend(
    context: *mut GrContext,
    yuvColorSpace: SkYUVColorSpace,
    nv12Textures: *const GrBackendTexture,
    imageOrigin: GrSurfaceOrigin,
    backendTexture: *const GrBackendTexture,
    imageColorSpace: sk_sp<SkColorSpace>
) -> sk_sp<SkImage>