com.jogamp.opencl.spi
Interface CLAccessorFactory

All Known Implementing Classes:
CLTLAccessorFactory

public interface CLAccessorFactory

Implementations of this interface are factories responsible for creating CLAccessors.

Author:
Michael Bien

Method Summary
 CLInfoAccessor createDeviceInfoAccessor(CLDeviceBinding cl, long id)
           
 CLPlatformInfoAccessor createPlatformInfoAccessor(CL cl, long id)
           
 

Method Detail

createDeviceInfoAccessor

CLInfoAccessor createDeviceInfoAccessor(CLDeviceBinding cl,
                                        long id)

createPlatformInfoAccessor

CLPlatformInfoAccessor createPlatformInfoAccessor(CL cl,
                                                  long id)