UNPKG

pixi.js

Version:

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

13 lines (10 loc) 323 B
import { gpuUploadImageResource } from './gpuUploadImageSource.mjs'; "use strict"; const gpuUploadVideoResource = { type: "video", upload(source, gpuTexture, gpu) { gpuUploadImageResource.upload(source, gpuTexture, gpu); } }; export { gpuUploadVideoResource }; //# sourceMappingURL=gpuUploadVideoSource.mjs.map