Struct gfx::device::handle::RawBuffer [] [src]

pub struct RawBuffer<R: Resources>(_, _);

Raw (untyped) Buffer Handle

Methods

impl<R: Resources> RawBuffer<R>

fn get_info(&self) -> &BufferInfo

Get raw buffer info

Trait Implementations

impl<R: Resources> Parameter<R> for RawBuffer<R>

fn check_block(_var: &BlockVar) -> bool

fn put(&self, id: ParameterId, storage: &mut ParamStorage<R>)

fn check_uniform(&UniformVar) -> bool

fn check_texture(&SamplerVar) -> bool

Derived Implementations

impl<R: PartialEq + Resources> PartialEq for RawBuffer<R> where R: PartialEq

fn eq(&self, __arg_0: &RawBuffer<R>) -> bool

fn ne(&self, __arg_0: &RawBuffer<R>) -> bool

impl<R: Hash + Resources> Hash for RawBuffer<R> where R: Hash

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl<R: Eq + Resources> Eq for RawBuffer<R> where R: Eq

impl<R: Debug + Resources> Debug for RawBuffer<R> where R: Debug

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl<R: Clone + Resources> Clone for RawBuffer<R> where R: Clone

fn clone(&self) -> RawBuffer<R>

fn clone_from(&mut self, source: &Self)