Type Definition skia_safe::gpu::RecordingContext

source ·
pub type RecordingContext = RCHandle<GrRecordingContext>;

Implementations§

Trait Implementations§

source§

impl Debug for RecordingContext

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<RCHandle<GrDirectContext>> for RecordingContext

source§

fn from(direct_context: DirectContext) -> Self

Converts to this type from the input type.