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: Copy + Resources> Copy for ConstantBufferParam<R> where
    R::Buffer: Copy
[src]

impl<R: Clone + Resources> Clone for ConstantBufferParam<R> where
    R::Buffer: Clone
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<R: Debug + Resources> Debug for ConstantBufferParam<R> where
    R::Buffer: Debug
[src]

[src]

Formats the value using the given formatter. Read more