Specify the value of a generic vertex attribute

Property definitions

glesv2 :: glesv2 $ Sys :: glVertexAttrib4f
# Specify the value of a generic vertex attribute
fun glVertexAttrib4f(index: Int, x, y, z, w: Float) `{ glVertexAttrib4f(index, x, y, z, w); `}
lib/glesv2/glesv2.nit:412,1--413,94