summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLImageFormat.java
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-02-27 00:44:33 +0100
committerMichael Bien <[email protected]>2010-02-27 00:44:33 +0100
commit34bb39283a30919212b682c34bb54d8cd3626cbd (patch)
tree5f70f3473cdfffa8562a558cebcec6aa30af8fc7 /src/com/mbien/opencl/CLImageFormat.java
parent75d392f3fff6d47fdccae9a8915fea61cdbef990 (diff)
refactored CLGLBuffer into seperate OpenGL buffer and image types.
Diffstat (limited to 'src/com/mbien/opencl/CLImageFormat.java')
-rw-r--r--src/com/mbien/opencl/CLImageFormat.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/com/mbien/opencl/CLImageFormat.java b/src/com/mbien/opencl/CLImageFormat.java
index d2625f7f..d2e452b8 100644
--- a/src/com/mbien/opencl/CLImageFormat.java
+++ b/src/com/mbien/opencl/CLImageFormat.java
@@ -12,6 +12,9 @@ public final class CLImageFormat {
private final CLImageFormatImpl format = CLImageFormatImpl.create();
+ CLImageFormat() {
+ }
+
public CLImageFormat(ChannelOrder order, ChannelType type) {
setImageChannelOrder(order);
setImageChannelDataType(type);