createTexture method

GlTexture createTexture()

Implementation

GlTexture createTexture() {
  return _gl.createTexture();
}