pub unsafe extern "C" fn msdfgen_generatePseudoSDF(
    output: *const u8,
    shape: *const msdfgen_Shape,
    projection: *const msdfgen_Projection,
    range: f64,
    config: *const msdfgen_GeneratorConfig
)
Expand description

Generates a single-channel signed pseudo-distance field.