UNPKG

pixi.js

Version:

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

12 lines (10 loc) 214 B
"use strict"; class GpuRenderTarget { constructor() { this.contexts = []; this.msaaTextures = []; this.msaaSamples = 1; } } export { GpuRenderTarget }; //# sourceMappingURL=GpuRenderTarget.mjs.map