pub const RGZ_IO_READ_MODE_MASK: u32 = 0b11;Expand description
Native I/O mode flags stored in rgz_config_t.flags.
These values expose the upstream reader strategies without expanding the
ABI struct layout. AUTO keeps the native default behavior.