Specify the value of a generic vertex attribute

Property definitions

glesv2 :: glesv2 $ Sys :: glVertexAttrib3f
# Specify the value of a generic vertex attribute
fun glVertexAttrib3f(index: Int, x, y, z: Float) `{ glVertexAttrib3f(index, x, y, z); `}
lib/glesv2/glesv2.nit:409,1--410,88