HDK
|
#include <CE_Context.h>
Additional Inherited Members | |
Public Types inherited from cl::detail::Wrapper< cl_mem > | |
typedef cl_mem | cl_type |
Protected Member Functions inherited from cl::detail::Wrapper< cl_mem > | |
cl_int | retain () const |
cl_int | release () const |
Protected Attributes inherited from cl::detail::Wrapper< cl_mem > | |
cl_type | object_ |
An OpenCL buffer that is backed by a external memory. External memory is accessed through a platform specific memory handle. Requires the OpenCL driver implements the following extensions: cl_khr_external_memory cl_khr_external_memory_opaque_fd (only on Linux and possibly Mac) cl_khr_external_memory_win32 (only on Windows)
Definition at line 53 of file CE_Context.h.
CE_ExternalBuffer::CE_ExternalBuffer | ( | const cl::Context & | context, |
cl_mem_flags | flags, | ||
::size_t | size, | ||
SYS_Handle | handle, | ||
cl_int * | err = nullptr |
||
) |
|
inline |
Definition at line 63 of file CE_Context.h.