Struct gfx::shade::core::ConstantBufferVar [−][src]
pub struct ConstantBufferVar { pub name: String, pub slot: u8, pub size: usize, pub usage: Usage, pub elements: Vec<ConstVar, Global>, }
A constant buffer.
Fields
name: String
Name of this constant buffer.
slot: u8
Slot of the constant buffer.
size: usize
Size (in bytes) of this buffer’s data.
usage: Usage
What program stage this buffer is used in.
elements: Vec<ConstVar, Global>
List of individual elements in this buffer.
Trait Implementations
impl Clone for ConstantBufferVar
[src][+]
impl Debug for ConstantBufferVar
[src][+]
impl Eq for ConstantBufferVar
[src]
impl Hash for ConstantBufferVar
[src][+]
impl PartialEq<ConstantBufferVar> for ConstantBufferVar
[src][+]
impl StructuralEq for ConstantBufferVar
[src]
impl StructuralPartialEq for ConstantBufferVar
[src]
Auto Trait Implementations
impl RefUnwindSafe for ConstantBufferVar
impl Send for ConstantBufferVar
impl Sync for ConstantBufferVar
impl Unpin for ConstantBufferVar
impl UnwindSafe for ConstantBufferVar
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>,