rlSetLineWidth abstract method

void rlSetLineWidth(
  1. double width
)

Set the line drawing width

Implementation

void rlSetLineWidth(
  double width,
);