Files
nothoughts/node_modules/pixi.js/lib/rendering/high-shader/shader-bits/globalUniformsBit.d.ts
2025-08-04 18:57:35 +02:00

19 lines
331 B
TypeScript

export declare const globalUniformsBit: {
name: string;
vertex: {
header: string;
};
};
export declare const globalUniformsUBOBitGl: {
name: string;
vertex: {
header: string;
};
};
export declare const globalUniformsBitGl: {
name: string;
vertex: {
header: string;
};
};