summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/CLSampler.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-06-28 23:20:16 +0200
committerSven Gothel <[email protected]>2011-06-28 23:20:16 +0200
commit1f3e8116ed3b18e1fbcf4382c3c5e40c825603ba (patch)
tree14fae863844edc21b034a3a0426efb014cb59236 /src/com/jogamp/opencl/CLSampler.java
parent20a94528161909e12fdcbd06cf5affe89a37efb9 (diff)
Fix copyright/author tagsedge
Diffstat (limited to 'src/com/jogamp/opencl/CLSampler.java')
-rw-r--r--src/com/jogamp/opencl/CLSampler.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/jogamp/opencl/CLSampler.java b/src/com/jogamp/opencl/CLSampler.java
index f19f58de..fe780ac1 100644
--- a/src/com/jogamp/opencl/CLSampler.java
+++ b/src/com/jogamp/opencl/CLSampler.java
@@ -41,7 +41,7 @@ import static com.jogamp.opencl.util.CLUtil.*;
/**
* Object representing an OpenCL sampler.
* @see CLContext#createSampler(com.jogamp.opencl.CLSampler.AddressingMode, com.jogamp.opencl.CLSampler.FilteringMode, boolean)
- * @author Michael Bien
+ * @author Michael Bien, et al.
*/
public class CLSampler extends CLObjectResource {