Type Alias msfs::sys::NVGscissor
source · pub type NVGscissor = FsScissor;
Aliased Type§
struct NVGscissor {
pub xform: [f32; 6],
pub extent: [f32; 2],
pub use_: bool,
pub set: bool,
pub mode: u32,
}
Fields§
§xform: [f32; 6]
§extent: [f32; 2]
§use_: bool
§set: bool
§mode: u32