skia_safe::gpu::ganesh::vk

Type Alias BackendDrawableInfo

Source
pub type BackendDrawableInfo = Handle<GrBackendDrawableInfo>;

Aliased Type§

struct BackendDrawableInfo(/* private fields */);

Implementations§

Source§

impl BackendDrawableInfo

Source

pub fn new() -> Self

Source

pub fn from_vk(info: &DrawableInfo) -> Self

Source

pub fn is_valid(&self) -> bool

Source

pub fn backend(&self) -> BackendAPI

Source

pub fn get_vk_drawable_info(&self) -> Option<DrawableInfo>

Trait Implementations§

Source§

impl Debug for BackendDrawableInfo

Source§

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

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

impl Send for BackendDrawableInfo

Source§

impl Sync for BackendDrawableInfo