glDeleteTexture method

void glDeleteTexture(
  1. dynamic v0
)

Implementation

void glDeleteTexture(dynamic v0) {
  gles.glDeleteTexture(gl, v0);
}