[][src]Trait ocl_stream::traits::to_ocl_buffer::ToOclBuffer

pub trait ToOclBuffer<T> where
    T: OclPrm, 
{ pub fn to_ocl_buffer(&self, pro_que: &ProQue) -> Result<Buffer<T>>; }

Required methods

pub fn to_ocl_buffer(&self, pro_que: &ProQue) -> Result<Buffer<T>>[src]

Loading content...

Implementations on Foreign Types

impl<T> ToOclBuffer<T> for Vec<T> where
    T: OclPrm, 
[src]

Loading content...

Implementors

Loading content...