|
JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java (public API).
|
Implementations of this interface are factories responsible for creating CLAccessors. More...
Public Member Functions | |
| CLInfoAccessor | createDeviceInfoAccessor (CL cl, long id) |
| CLPlatformInfoAccessor | createPlatformInfoAccessor (CL cl, long id) |
Implementations of this interface are factories responsible for creating CLAccessors.
Definition at line 12 of file CLAccessorFactory.java.
| CLInfoAccessor com.jogamp.opencl.spi.CLAccessorFactory.createDeviceInfoAccessor | ( | CL | cl, |
| long | id | ||
| ) |
Implemented in com.jogamp.opencl.impl.CLTLAccessorFactory.
| CLPlatformInfoAccessor com.jogamp.opencl.spi.CLAccessorFactory.createPlatformInfoAccessor | ( | CL | cl, |
| long | id | ||
| ) |
Implemented in com.jogamp.opencl.impl.CLTLAccessorFactory.