Joe Mwangi

Results 12 comments of Joe Mwangi

I was able to resolve, in which I didn't include junionc.jar. Netbeans wasn't finding the plugin. Anyway, this seems like a lovely library. I'll experiment with my OpenCL ray tracer....

It seems junion isn't working. A simple struct that is sent to opencl and modified, returned data seemed jumbled up. As I had thought, the struct is compatible if layout...

Thank you TehLeo. Much appreciated. I figured out the issue. Apparently, OpenCL is interesting. A struct in OpenCL should be aligned in a way that struct size must be multiples...

Thank you Marco, This is a well detailed explanation and thank you for your time in responding. This actually made me scratch my head to understand the concepts about its...

Lol. I think I figured it out. A struct in opencl should be aligned in a way that struct size must be multiples of maximum datatype size. Makes sense why...

Much appreciated Marco. I'll look at the code of JOCLStructs in detail, and see its approach. Seems they aren't many source files, hence will be easier to go through them.

Yes, if there is a way that can be done, that would be awesome. But if not possible now, I can try to live with it and get used to...

Not sure whether this is out of scope (but if it is, it can be deleted), but my wishlist is to have font-metrics, line metrics access in javafx canvas/graphicscontext. Such...

Would you mind rechecking the speeds with latest build? I believe they updated the Vector API to use [128 byte lookup table](https://mail.openjdk.org/pipermail/panama-dev/2025-August/021094.html).

Thanks for the reply. Great discussion with the panama team. Seems the API has changed considerable since then, like pointers are now MemorySegments with address long getter and other helpful...