Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
Stores the information relevant to access variables stored in buffers. More...
#include <geogram/NL/nl_context.h>
Public Attributes | |
void * | base_address |
Address of the first element in the buffer. | |
NLuint | stride |
Number of bytes between the addresses of two consecutive elements in the buffer. | |
Stores the information relevant to access variables stored in buffers.
Definition at line 82 of file nl_context.h.