Graphite Version 3
An experimental 3D geometry processing program
Loading...
Searching...
No Matches
NLBufferBinding Struct Reference

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.
 

Detailed Description

Stores the information relevant to access variables stored in buffers.

Definition at line 82 of file nl_context.h.

Member Data Documentation

◆ base_address

void* NLBufferBinding::base_address

Address of the first element in the buffer.

Definition at line 86 of file nl_context.h.

◆ stride

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.


The documentation for this struct was generated from the following file: