Grow-only float buffer managed by Noodle. More...
#include <noodle_buffer.h>
Public Attributes | |
| float * | data |
| size_t | capacity |
Grow-only float buffer managed by Noodle.
NoodleBuffer is intentionally simple:
External/user-owned memory should remain as a raw float pointer and should not be stored inside NoodleBuffer.
| size_t NoodleBuffer::capacity |
| float* NoodleBuffer::data |