UNPKG

pixi.js

Version:

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

14 lines (11 loc) 243 B
'use strict'; "use strict"; class GpuRenderTarget { constructor() { this.contexts = []; this.msaaTextures = []; this.msaaSamples = 1; } } exports.GpuRenderTarget = GpuRenderTarget; //# sourceMappingURL=GpuRenderTarget.js.map