OpenCL C++ Wrapper API 1.1
 All Classes Namespaces Files Functions Variables Typedefs Defines
Static Public Member Functions
cl::detail::ReferenceHandler< cl_sampler > Struct Template Reference

#include <cl.hpp>

List of all members.

Static Public Member Functions

static cl_int retain (cl_sampler sampler)
static cl_int release (cl_sampler sampler)

Detailed Description

template<>
struct cl::detail::ReferenceHandler< cl_sampler >

Definition at line 1175 of file cl.hpp.


Member Function Documentation

static cl_int cl::detail::ReferenceHandler< cl_sampler >::release ( cl_sampler  sampler) [inline, static]

Definition at line 1179 of file cl.hpp.

    { return ::clReleaseSampler(sampler); }
static cl_int cl::detail::ReferenceHandler< cl_sampler >::retain ( cl_sampler  sampler) [inline, static]

Definition at line 1177 of file cl.hpp.

    { return ::clRetainSampler(sampler); }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Defines