Files
nothoughts/node_modules/pixi.js/lib/rendering/renderers/gpu/state/GpuBlendModesToPixi.d.ts
2025-08-04 18:57:35 +02:00

4 lines
188 B
TypeScript

/// <reference types="@webgpu/types" />
import type { BLEND_MODES } from '../../shared/state/const';
export declare const GpuBlendModesToPixi: Partial<Record<BLEND_MODES, GPUBlendState>>;