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
{{ message }}
This repository was archived by the owner on Jan 14, 2023. It is now read-only.
Hello , the biggest problem on AMD Aparapi is , we don't have GPU side image.
BufferedImage on AMD Aparapi Requires image go to cpu for render.
But this is not good solution.
Can we make BufferedImage Wrapper for OpenGL side to directly communicate OpenCL without sending image to cpu back ?
Hello , the biggest problem on AMD Aparapi is , we don't have GPU side image.
BufferedImage on AMD Aparapi Requires image go to cpu for render.
But this is not good solution.
Can we make BufferedImage Wrapper for OpenGL side to directly communicate OpenCL without sending image to cpu back ?
here is sample from AMD :
https://code.google.com/p/aparapi/source/browse/trunk/examples/javaonedemo/src/com/amd/aparapi/examples/javaonedemo/Life.java?r=675
But i think BufferedImage is not good solution for Java and OpenCL
maybe We can add glg2d aparapi compatible image to OpenCL ?
I m still searching the way