Does name corresponds to a texture?

Property definitions

glesv2 :: glesv2 $ Sys :: glIsTexture
# Does `name` corresponds to a texture?
fun glIsTexture(name: Int): Bool `{ return glIsTexture(name); `}
lib/glesv2/glesv2.nit:622,1--623,64