Parameter | Details |
---|---|
__global unsigned int * rnd_buffer | unsigned int is standardised by the OpenCL standard as being 32-bit |
* | __global means device's main memory for read/write access |
* | rnd_buffer is just a name in scope of "opencl program"(not host but device) |