Graphite Version 3
An experimental 3D geometry processing program
|
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.
void* NLBufferBinding::base_address |
Address of the first element in the buffer.
Definition at line 86 of file nl_context.h.
NLuint NLBufferBinding::stride |
Number of bytes between the addresses of two consecutive elements in the buffer.
Definition at line 91 of file nl_context.h.