UNPKG

pixi.js

Version:

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

4 lines (3 loc) 228 B
import type { UboLayout, UniformData } from '../../../shared/shader/types'; export declare const WGSL_TO_STD40_SIZE: Record<string, number>; export declare function createUboElementsSTD40(uniformData: UniformData[]): UboLayout;