Intel clGPU
|
Represents data Blob object passed to a Function. More...
#include <functions_base.hpp>
Public Member Functions | |
blob (ElemTy *ptr, size_t size) | |
blob (const std::shared_ptr< buffer > &buffer, size_t size=0) | |
blob (ElemTy *ptr) | |
std::shared_ptr< buffer_binding > | get () const |
operator ElemTy * () const | |
operator std::shared_ptr< buffer_binding > () const | |
operator bool () const | |
Represents data Blob object passed to a Function.
Definition at line 349 of file engine.hpp.