Struct gfx::pso::buffer::RawGlobal [−][src]
pub struct RawGlobal(_);
Raw global (uniform) constant component. Describes a free-standing value passed into the shader, which is not enclosed in any constant buffer.
- init:
&str
= name of the constant - data:
UniformValue
= value
Trait Implementations
impl Clone for RawGlobal
[src][+]
impl<R: Resources> DataBind<R> for RawGlobal
[src][+]
impl<'a> DataLink<'a> for RawGlobal
[src][+]
impl Debug for RawGlobal
[src][+]
impl Eq for RawGlobal
[src]
impl Hash for RawGlobal
[src][+]
impl PartialEq<RawGlobal> for RawGlobal
[src][+]
impl StructuralEq for RawGlobal
[src]
impl StructuralPartialEq for RawGlobal
[src]
Auto Trait Implementations
impl RefUnwindSafe for RawGlobal
impl Send for RawGlobal
impl Sync for RawGlobal
impl Unpin for RawGlobal
impl UnwindSafe for RawGlobal
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,