Texture constructor

Texture(
  1. int len,
  2. int hgt
)

Implementation

Texture(this.len, this.hgt) {
  textureID = Engine.instance.flutterGlPlugin.gl.createTexture();
}