Rapier C — 3D / f32 0.36.0+c.0
Loading...
Searching...
No Matches
R3ByteView Struct Reference

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.

Detailed Description

Borrowed bytes.

Valid while the source Bytes object remains alive; never free data.

Field Documentation

◆ count

size_t R3ByteView::count

Number of elements, not bytes unless the element type is a byte.

◆ data

const uint8_t* R3ByteView::data

Borrowed pointer to contiguous elements; NULL is allowed when count is zero.


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