Trait ocl_core::types::abs::MemCmdAll
[−]
[src]
pub unsafe trait MemCmdAll { }Types which can be passed to any and all ::enqueue_... functions as the
primary (ptr) argument and can also be passed as kernel cl_mem arguments.
These are strictly device side memory buffers.
Types created with ::create_buffer and ::create_image implement this
trait.