#define_import_path smud::gallery::segment #import smud fn sdf(p: vec2) -> f32 { return smud::sd_segment(p, vec2(-13.), vec2(13.)) - 3.; }