Texture constructor

Texture(
  1. ChronosGL _cgl,
  2. int _textureType,
  3. String _url,
  4. TextureProperties properties,
)

Implementation

Texture(this._cgl, this._textureType, this._url, this.properties)
    : _texture = _cgl.createTexture();