Specify the value of a generic vertex attribute

Property definitions

glesv2 :: glesv2 $ Sys :: glVertexAttrib2f
# Specify the value of a generic vertex attribute
fun glVertexAttrib2f(index: Int, x, y: Float) `{ glVertexAttrib2f(index, x, y); `}
lib/glesv2/glesv2.nit:406,1--407,82