GOutputVector

Structure used for scatter/gather data output. You generally pass in an array of GOutputVectors and the operation will use all the buffers as if they were one buffer.

struct GOutputVector {}

Members

Variables

buffer
void* buffer;

Pointer to a buffer of data to read.

size
size_t size;

the size of buffer.

Meta

Since

2.22