[−][src]Function skia_bindings::SkSurface_MakeRenderTarget
pub unsafe extern "C" fn SkSurface_MakeRenderTarget(
context: *mut GrContext,
budgeted: SkBudgeted,
imageInfo: *const SkImageInfo,
sampleCount: c_int,
surfaceOrigin: GrSurfaceOrigin,
surfaceProps: *const SkSurfaceProps,
shouldCreateWithMips: bool
) -> sk_sp<SkSurface>