UNPKG

pixi.js

Version:

PixiJS — The HTML5 Creation Engine =============

3 lines (2 loc) 187 B
import type { UboElement, UniformsSyncCallback } from '../../../shared/shader/types'; export declare function createUboSyncFunctionSTD40(uboElements: UboElement[]): UniformsSyncCallback;