UNPKG

pixi.js

Version:

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

13 lines (11 loc) 231 B
"use strict"; class GlRenderTarget { constructor() { this.width = -1; this.height = -1; this.msaa = false; this.msaaRenderBuffer = []; } } export { GlRenderTarget }; //# sourceMappingURL=GlRenderTarget.mjs.map