Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LwjglCanvas: initialize OpenCL for LWJGL2 (#1720)
* Fixing OpenCL context null issue with LwjglCanvas. It is important that for Swing applications and with this fix, OpenCL won't be available in "simpleInitApp" and everything needs to be initialized inside the "simpleUpdate" with a boolean variable. * Adding description to javaDoc
- Loading branch information