Class interface for cl_sampler. More...
#include <cl.hpp>

Public Member Functions | |
| template<typename T > | |
| cl_int | getInfo (cl_sampler_info name, T *param) const |
| Wrapper for clGetSamplerInfo(). More... | |
| template<cl_int name> | |
| detail::param_traits< detail::cl_sampler_info, name >::param_type | getInfo (cl_int *err=NULL) const |
| Wrapper for clGetSamplerInfo() that returns by value. More... | |
| Sampler & | operator= (const cl_sampler &rhs) |
| Assignment operator from cl_sampler - takes ownership. More... | |
| Sampler & | operator= (const Sampler &sam) |
| Copy assignment to forward copy to the superclass correctly. Required for MSVC. More... | |
| Sampler () | |
| Default constructor - initializes to NULL. More... | |
| Sampler (const Context &context, cl_bool normalized_coords, cl_addressing_mode addressing_mode, cl_filter_mode filter_mode, cl_int *err=NULL) | |
| Constructs a Sampler in a specified context. More... | |
| __CL_EXPLICIT_CONSTRUCTORS | Sampler (const cl_sampler &sampler) |
| Constructor from cl_sampler - takes ownership. More... | |
| Sampler (const Sampler &sam) | |
| Copy constructor to forward copy to the superclass correctly. Required for MSVC. More... | |
Public Member Functions inherited from cl::detail::Wrapper< cl_sampler > | |
| cl_type | operator() () const |
| cl_type & | operator() () |
| Wrapper< cl_type > & | operator= (const Wrapper< cl_type > &rhs) |
| Wrapper< cl_type > & | operator= (const cl_type &rhs) |
| Wrapper () | |
| Wrapper (const cl_type &obj) | |
| Wrapper (const Wrapper< cl_type > &rhs) | |
| ~Wrapper () | |
Additional Inherited Members | |
Public Types inherited from cl::detail::Wrapper< cl_sampler > | |
| typedef cl_sampler | cl_type |
Protected Member Functions inherited from cl::detail::Wrapper< cl_sampler > | |
| cl_int | release () const |
| cl_int | retain () const |
Protected Attributes inherited from cl::detail::Wrapper< cl_sampler > | |
| cl_type | object_ |
Class interface for cl_sampler.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |