Function skia_safe::gpu::surfaces::render_target_with_characterization
source · pub fn render_target_with_characterization(
context: &mut RecordingContext,
characterization: &SurfaceCharacterization,
budgeted: Budgeted
) -> Option<Surface>
Expand description
Returns Surface
on GPU indicated by context that is compatible with the provided
characterization. budgeted selects whether allocation for pixels is tracked by context.