UNPKG

pixi.js

Version:

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

4 lines (3 loc) 188 B
/// <reference types="@webgpu/types" /> import type { BLEND_MODES } from '../../shared/state/const'; export declare const GpuBlendModesToPixi: Partial<Record<BLEND_MODES, GPUBlendState>>;