Struct gfx_core::pso::ConstantBufferParam
[−]
[src]
pub struct ConstantBufferParam<R: Resources>(pub R::Buffer, pub Usage, pub ConstantBufferSlot);
A constant buffer run-time parameter for PSO.
Trait Implementations
impl<R: Debug + Resources> Debug for ConstantBufferParam<R> where R::Buffer: Debug
[src]
impl<R: Clone + Resources> Clone for ConstantBufferParam<R> where R::Buffer: Clone
[src]
fn clone(&self) -> ConstantBufferParam<R>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more