The type of the buffer configuration info. More...
#include <clBufferApi.h>
Public Attributes | |
| ClBoolT | lazy |
| Mode of usage of pools. | |
| ClBufferModeT | mode |
| Mode configured for Buffer fof fetching the memory. | |
| ClUint32T | numPools |
| The Number pools used for buffer library. | |
| ClPoolConfigT * | pPoolConfig |
| Pool configuration of all the pools used by buffer library. | |
The type of the buffer configuration info.
| ClBufferModeT ClBufferPoolConfigT::mode |
Mode configured for Buffer fof fetching the memory.
i.e CL_BUFFER_NATIVE_MODE, or CL_BUFFER_PREALLOCATED_MODE.