syclreference.com
  1. SYCL
  2. | API Reference
  3. | Images
  4. | image

image<kDimensions, AllocatorT>

template <int kDimensions, typename AllocatorT>
class cl::sycl::image;

Member Functions

(constructor)
(destructor)
get_access

MISSING

get_allocator

Returns the allocator provided to the image

get_pitch

Returns the pitch of the image object.

get_property

Returns a copy of the property of type propertyT that this SYCL image was constructed with. Throws an error if image was not constructed with the property.

get_range

Returns The image range

has_property

Returns whether this SYCL image was constructed with the property specified by propertyT

operator=

MISSING

Functions

operator!=

Determines if lhs and rhs are not equal

operator==

Determines if lhs and rhs are equal

syclreference.com — SYCL Reference Pages

Last updated: 2019-01-24 00:24:52 +0000