Range

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

extern (C)
struct Range {}

Members

Variables

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

Meta