summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLResource.java
Commit message (Collapse)AuthorAgeFilesLines
* improved Exception handling in CLProgram and CLKernel.Michael Bien2009-11-081-0/+14
introduced CLResource interface for releasable resources. CLProgram is now rebuildable.