aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/vlib/sokol/sfons/sfons_funcs.c.v
blob: cec30d688f30d6c13d3dc1f5223b9f7401fcf09f (plain)
1
2
3
4
5
6
module sfons

fn C.sfons_create(width int, height int, flags int) &C.FONScontext
fn C.sfons_destroy(ctx &C.FONScontext)
fn C.sfons_rgba(r byte, g byte, b byte, a byte) u32
fn C.sfons_flush(ctx &C.FONScontext)