ModelT

Type Alias ModelT 

Source
pub type ModelT = *mut _ModelT;
Expand description

StereoKit ffi type.

Trait Implementations§

Source§

impl From<Model> for ModelT

From / Into

Source§

fn from(val: Model) -> Self

Converts to this type from the input type.