Skip to content

Instantly share code, notes, and snippets.

@jt0dd
Created August 31, 2018 01:59
Show Gist options
  • Save jt0dd/6831bcf544764cb65cf8980590c92eb7 to your computer and use it in GitHub Desktop.
Save jt0dd/6831bcf544764cb65cf8980590c92eb7 to your computer and use it in GitHub Desktop.
key: 'build',
value: function build() {
this.validateOptions();
this.setupParams(arguments);
this.updateMaxTexSize();
var texSize = this.texSize;
var gl = this._webGl;
var canvas = this._canvas;
gl.enable(gl.SCISSOR_TEST); // gl undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment