Specify the width of rasterized lines

Property definitions

glesv2 :: glesv2 $ Sys :: glLineWidth
# Specify the width of rasterized lines
fun glLineWidth(width: Float) `{ glLineWidth(width); `}
lib/glesv2/glesv2.nit:1290,1--1291,55