aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLImage.java
Commit message (Collapse)AuthorAgeFilesLines
* CLImage support for CLCommandQueue.Michael Bien2010-01-251-3/+8
|
* introduced CLMemory as superclass for all memory objects.Michael Bien2010-01-181-0/+70
added CLImage, CLImage2d and CLImage3d.