[][src]Trait dxplr::d2d1::IMesh

pub trait IMesh: IResource {
    pub fn open(&self) -> Result<TessellationSink, HResult>;
}

Required methods

Loading content...

Implementors

impl IMesh for Mesh[src]

Loading content...