UNPKG

pixi.js

Version:

PixiJS — The HTML5 Creation Engine =============

15 lines (12 loc) 259 B
'use strict'; "use strict"; class GlRenderTarget { constructor() { this.width = -1; this.height = -1; this.msaa = false; this.msaaRenderBuffer = []; } } exports.GlRenderTarget = GlRenderTarget; //# sourceMappingURL=GlRenderTarget.js.map