[][src]Function skia_bindings::GrRecordingContext_makeDeferredRenderTargetContextWithFallback

pub unsafe extern "C" fn GrRecordingContext_makeDeferredRenderTargetContextWithFallback(
    this: *mut GrRecordingContext,
    fit: SkBackingFit,
    width: c_int,
    height: c_int,
    colorType: GrColorType,
    colorSpace: sk_sp<SkColorSpace>,
    sampleCnt: c_int,
    arg1: GrMipMapped,
    origin: GrSurfaceOrigin,
    surfaceProps: *const SkSurfaceProps,
    budgeted: SkBudgeted,
    isProtected: GrProtected
) -> sk_sp<GrRenderTargetContext>