Login  Register

Re: CommandQueue/Buffer change request

Posted by Matthias on Nov 22, 2011; 10:25pm
URL: https://forum.jogamp.org/CommandQueue-Buffer-change-request-tp3525736p3529195.html

Thank you very much.

And yeah, i know what you mean with the position, limit mark and stuff
... but somehow many java-hardcore people like it.

But i am glad you don't ;)

regards
Matthias

and some off-topic:
Did you ever try to use more then about 10.000 CLBuffers at once?
My devices behave very strange, also when i implement it in C.
I had a case where i have to handle many small pieces of data and do a lot of work with them.
About 145000 data sets, 200-400 bytes each. I tried to copy them to the device: no chance
The first 10k copied very fast but than i needed minutes to copy 1000 sets.