Function DrawBuf.drawLineF

draw line of arbitrary width in float coordinates

void drawLineF(
  vec2 p1,
  vec2 p2,
  float width,
  uint colour
);