Interface CyCLContext


public interface CyCLContext
An interface to the OpenCL Context object. This provides pointers to the actual context object and the OpenCL queue. A new CyCLContext can be created by calling CyCLFactory.createContext()
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Return the memory pointer to the context
    long
    Return the memory pointer to the queue
  • Method Details

    • getContext

      long getContext()
      Return the memory pointer to the context
      Returns:
      memory pointer to context
    • getQueue

      long getQueue()
      Return the memory pointer to the queue
      Returns:
      memory pointer to queue