diff options
author | Michael Bien <[email protected]> | 2010-07-04 00:16:33 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-07-04 00:16:33 +0200 |
commit | b9c7501cc93743b168f8bc938adadf0be7d4ff80 (patch) | |
tree | 6121d3c1ce0b5130155971d776c65e0e2857db99 /src/com/jogamp/opencl/CLImageFormat.java | |
parent | b90d32cba56e54e73fd93aed59b7a4edf70831d7 (diff) |
misc OpenCL 1.1 HLB updates. ImageFormats, getters, javadoc.
Diffstat (limited to 'src/com/jogamp/opencl/CLImageFormat.java')
-rw-r--r-- | src/com/jogamp/opencl/CLImageFormat.java | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/com/jogamp/opencl/CLImageFormat.java b/src/com/jogamp/opencl/CLImageFormat.java index 17b7bb6c..99b50cdc 100644 --- a/src/com/jogamp/opencl/CLImageFormat.java +++ b/src/com/jogamp/opencl/CLImageFormat.java @@ -98,6 +98,11 @@ public final class CLImageFormat { /** * */ + Rx(CL_Rx), + + /** + * + */ A(CL_A), /** @@ -108,6 +113,11 @@ public final class CLImageFormat { /** * */ + RGx(CL_RGx), + + /** + * + */ RA(CL_RA), /** @@ -120,6 +130,11 @@ public final class CLImageFormat { /** * */ + RGBx(CL_RGBx), + + /** + * + */ RGBA(CL_RGBA), /** |