UNPKG

pixi.js

Version:

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

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