Files
nothoughts/node_modules/pixi.js/lib/scene/text/sdfShader/shader-bits/mSDFBit.d.ts
2025-08-04 18:57:35 +02:00

13 lines
202 B
TypeScript

export declare const mSDFBit: {
name: string;
fragment: {
header: string;
};
};
export declare const mSDFBitGl: {
name: string;
fragment: {
header: string;
};
};