[][src]Function skia_bindings::SkSurface_MakeFromBackendTexture

pub unsafe extern "C" fn SkSurface_MakeFromBackendTexture(
    context: *mut GrContext,
    backendTexture: *const GrBackendTexture,
    origin: GrSurfaceOrigin,
    sampleCnt: c_int,
    colorType: SkColorType,
    colorSpace: sk_sp<SkColorSpace>,
    surfaceProps: *const SkSurfaceProps,
    textureReleaseProc: SkSurface_TextureReleaseProc,
    releaseContext: SkSurface_ReleaseContext
) -> sk_sp<SkSurface>