Range

sshape_range is a pointer-size-pair struct used to pass memory blobs into sokol-shape. When initialized from a value type (array or struct), use the SSHAPE_RANGE() macro to build an sshape_range struct

extern (C)
struct Range {}

Members

Variables

ptr
const(void)* ptr;
Undocumented in source.
size
size_t size;
Undocumented in source.

Meta