diff options
author | Michael Bien <[email protected]> | 2011-05-26 02:01:18 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2011-05-26 02:01:18 +0200 |
commit | 08a479b22d4ba9da9ee79fc938ac4de7fb83dc5a (patch) | |
tree | 145abdd2ebc083e7167ccceb3d13a398c57a1dd0 /src/com/jogamp/opencl/CLEvent.java | |
parent | cb859fd580d3e1f5afb3c0f77cee0a5e82a394bb (diff) |
introduced CLAccessorFactory spi and threadlocal default impl for CLDevice and CLPlatform.
Diffstat (limited to 'src/com/jogamp/opencl/CLEvent.java')
-rw-r--r-- | src/com/jogamp/opencl/CLEvent.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/jogamp/opencl/CLEvent.java b/src/com/jogamp/opencl/CLEvent.java index a48e4fef..52b316da 100644 --- a/src/com/jogamp/opencl/CLEvent.java +++ b/src/com/jogamp/opencl/CLEvent.java @@ -28,6 +28,7 @@ package com.jogamp.opencl; +import com.jogamp.opencl.impl.CLTLInfoAccessor; import com.jogamp.opencl.impl.CLEventCallback; import com.jogamp.common.nio.NativeSizeBuffer; import java.nio.Buffer; |