Login  Register

Allocate memory object on device only ?

Posted by fqhuy on Feb 10, 2011; 10:16am
URL: https://forum.jogamp.org/Allocate-memory-object-on-device-only-tp2465039.html

From what I know about JOCL, the context.create****Buffer function always allocate 2 version of buffers, one in host, and one in device. However, in some cases, I need to create the device one only; to use it as a temporary buffer, for instance. Is it possible to do so ?