pixi.js
Version:
PixiJS — The HTML5 Creation Engine =============
4 lines (3 loc) • 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;