syclreference.com
  1. SYCL
  2. | API Reference
  3. | Buffers
  4. | context_bound
  5. | context_bound

context_bound

MISSING


context_bound(cl::sycl::property::buffer::context_bound &&)
(1)
context_bound(const cl::sycl::context & boundContext)
(2)
context_bound(const cl::sycl::property::buffer::context_bound &)
(3)

  1. Parameters:
    • cl::sycl::property::buffer::context_bound && unnamed
  2. Constructs a SYCL context_bound property instance with a copy of a SYCL context.
    Parameters:
    • const cl::sycl::context & boundContext : Context to be bound to the buffer.

  3. Parameters:
    • const cl::sycl::property::buffer::context_bound & unnamed

syclreference.com — SYCL Reference Pages

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