JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java™ (public API).
CLAccessorFactory.java
Go to the documentation of this file.
1/*
2 * Created on Wednesday, May 25 2011 00:53
3 */
4package com.jogamp.opencl.spi;
5
6import com.jogamp.opencl.llb.CL;
7
8/**
9 * Implementations of this interface are factories responsible for creating CLAccessors.
10 * @author Michael Bien
11 */
12public interface CLAccessorFactory {
13
15
17
18}
Java bindings to OpenCL, the Open Computing Language.
Definition: CL.java:26
Implementations of this interface are factories responsible for creating CLAccessors.
CLInfoAccessor createDeviceInfoAccessor(CL cl, long id)
CLPlatformInfoAccessor createPlatformInfoAccessor(CL cl, long id)
Internal utility for common OpenCL clGetFooInfo calls.