4 lines
188 B
TypeScript
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>>;
|