You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current jME3 OpenCL implementation likely works, but if you try & use the latest LWJGL 3 release, it won't compile. CLDevice wrappers were removed in the latest release:
Thank you that you noticed that change in the API.
To the core members: Am I allowed to update the dependency of lwjgl3 from 3.0.0b to 3.0.0? Then I can implement the changes.
The current jME3 OpenCL implementation likely works, but if you try & use the latest LWJGL 3 release, it won't compile. CLDevice wrappers were removed in the latest release:
https://github.com/LWJGL/lwjgl3/releases
... due to this issue:
LWJGL/lwjgl3#152
See current usage of CLDevice here:
https://github.com/jMonkeyEngine/jmonkeyengine/blob/master/jme3-lwjgl3/src/main/java/com/jme3/opencl/lwjgl/LwjglDevice.java
They likely want a simple "long" define of the device, instead of CLDevice, which is the address.
The text was updated successfully, but these errors were encountered: