Select server-side active texture unit

Property definitions

glesv2 :: glesv2 $ Sys :: glActiveTexture
# Select server-side active texture unit
fun glActiveTexture(texture: GLTextureUnit) `{ glActiveTexture(texture); `}
lib/glesv2/glesv2.nit:601,1--602,75