createTexture method

dynamic createTexture()

Implementation

createTexture() {
  return gl.createTexture();
}