Files
nothoughts/node_modules/pixi.js/lib/unsafe-eval/ubo/generateUboSyncPolyfill.d.ts
2025-08-04 18:57:35 +02:00

4 lines
308 B
TypeScript

import type { UboElement, UniformsSyncCallback } from '../../rendering/renderers/shared/shader/types';
export declare function generateUboSyncPolyfillSTD40(uboElements: UboElement[]): UniformsSyncCallback;
export declare function generateUboSyncPolyfillWGSL(uboElements: UboElement[]): UniformsSyncCallback;