|
Rapier C — 3D / f32 0.36.0+c.0
|
Borrowed bytes. More...
#include <rapier.h>
Data Fields | |
| const uint8_t * | data |
| Borrowed pointer to contiguous elements; NULL is allowed when count is zero. | |
| size_t | count |
| Number of elements, not bytes unless the element type is a byte. | |
Borrowed bytes.
Valid while the source Bytes object remains alive; never free data.
| size_t R3ByteView::count |
Number of elements, not bytes unless the element type is a byte.
| const uint8_t* R3ByteView::data |
Borrowed pointer to contiguous elements; NULL is allowed when count is zero.