com.jogamp.opencl.impl
Class CLTLAccessorFactory

java.lang.Object
  extended by com.jogamp.opencl.impl.CLTLAccessorFactory
All Implemented Interfaces:
CLAccessorFactory

public class CLTLAccessorFactory
extends Object
implements CLAccessorFactory

Author:
Michael Bien, et al.

Constructor Summary
CLTLAccessorFactory()
           
 
Method Summary
 CLInfoAccessor createDeviceInfoAccessor(CLDeviceBinding cl, long id)
           
 CLPlatformInfoAccessor createPlatformInfoAccessor(CL cl, long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CLTLAccessorFactory

public CLTLAccessorFactory()
Method Detail

createDeviceInfoAccessor

public CLInfoAccessor createDeviceInfoAccessor(CLDeviceBinding cl,
                                               long id)
Specified by:
createDeviceInfoAccessor in interface CLAccessorFactory

createPlatformInfoAccessor

public CLPlatformInfoAccessor createPlatformInfoAccessor(CL cl,
                                                         long id)
Specified by:
createPlatformInfoAccessor in interface CLAccessorFactory