Range

sfetch_range_t

A pointer-size pair struct to pass memory ranges into and out of sokol-fetch. When initialized from a value type (array or struct) you can use the SFETCH_RANGE() helper macro to build an sfetch_range_t struct

extern (C)
struct Range {}

Members

Variables

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

Meta