Bind the named buffer object

Property definitions

glesv2 :: glesv2 $ Sys :: glBindBuffer
# Bind the named `buffer` object
fun glBindBuffer(target: GLArrayBuffer, buffer: Int) `{ glBindBuffer(target, buffer); `}
lib/glesv2/glesv2.nit:973,1--974,88