[−][src]Struct makepad_render::SlCx
Fields
depth: usizetarget: SlTargetdefargs_fn: Stringdefargs_call: Stringcall_prefix: Stringshader_gen: &'a ShaderGenscope: Vec<SlDecl>fn_deps: Vec<String>fn_done: Vec<Sl>auto_vary: Vec<ShVar>Methods
impl<'a> SlCx<'a>[src]
pub fn map_call(&self, name: &str, args: &Vec<Sl>) -> MapCallResult[src]
pub fn mat_mul(&self, left: &str, right: &str) -> String[src]
pub fn map_type(&self, ty: &str) -> String[src]
pub fn map_constructor(&self, name: &str, args: &Vec<Sl>) -> String[src]
pub fn map_var(&mut self, var: &ShVar) -> String[src]
impl<'a> SlCx<'a>[src]
pub fn scan_scope(&self, name: &str) -> Option<&str>[src]
pub fn get_type(&self, name: &str) -> Result<&ShType, SlErr>[src]
Auto Trait Implementations
impl<'a> Send for SlCx<'a>
impl<'a> Sync for SlCx<'a>
impl<'a> Unpin for SlCx<'a>
impl<'a> UnwindSafe for SlCx<'a>
impl<'a> RefUnwindSafe for SlCx<'a>
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = !
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,