JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java™ (public API).
com.jogamp.opencl.spi.CLAccessorFactory Interface Reference

Implementations of this interface are factories responsible for creating CLAccessors. More...

Inheritance diagram for com.jogamp.opencl.spi.CLAccessorFactory:
Collaboration diagram for com.jogamp.opencl.spi.CLAccessorFactory:

Public Member Functions

CLInfoAccessor createDeviceInfoAccessor (CL cl, long id)
 
CLPlatformInfoAccessor createPlatformInfoAccessor (CL cl, long id)
 

Detailed Description

Implementations of this interface are factories responsible for creating CLAccessors.

Author
Michael Bien

Definition at line 12 of file CLAccessorFactory.java.

Member Function Documentation

◆ createDeviceInfoAccessor()

CLInfoAccessor com.jogamp.opencl.spi.CLAccessorFactory.createDeviceInfoAccessor ( CL  cl,
long  id 
)

Implemented in com.jogamp.opencl.impl.CLTLAccessorFactory.

Here is the caller graph for this function:

◆ createPlatformInfoAccessor()

CLPlatformInfoAccessor com.jogamp.opencl.spi.CLAccessorFactory.createPlatformInfoAccessor ( CL  cl,
long  id 
)

Implemented in com.jogamp.opencl.impl.CLTLAccessorFactory.

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: