From 7a009264d53a4f9bc02fc01ea3cb12ef6cf432fe Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Wed, 20 Jan 2010 20:43:23 +0100 Subject: forgot file in last commit. --- src/com/mbien/opencl/CLContext.java | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/com/mbien/opencl') diff --git a/src/com/mbien/opencl/CLContext.java b/src/com/mbien/opencl/CLContext.java index 19e3ef09..30197f37 100644 --- a/src/com/mbien/opencl/CLContext.java +++ b/src/com/mbien/opencl/CLContext.java @@ -214,7 +214,15 @@ public class CLContext implements CLResource { return createProgram(sb.toString()); } - + /** + * Creates a program from the given binaries, the program is not build yet. + *
Creating a programm will fail if:
+ * + */ public CLProgram createProgram(Map binaries) { CLProgram program = new CLProgram(this, binaries); programs.add(program); -- cgit v1.2.3