Package com.jogamp.opencl
Interface AutoCloseable
-
- All Known Implementing Classes:
CLBuffer
,CLCommandQueue
,CLContext
,CLEvent
,CLEventList
,CLGLBuffer
,CLGLContext
,CLGLImage2d
,CLGLTexture2d
,CLGLTexture3d
,CLImage
,CLImage2d
,CLImage3d
,CLKernel
,CLMemory
,CLProgram
,CLSampler
,CLSubBuffer
,CLUserEvent
public interface AutoCloseable
import of JDK7's ARM interface allowing JDK6 backwards compatibility.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
-