UNPKG

pixi.js

Version:

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

5 lines (4 loc) 406 B
import type { GlUniformData } from '../../rendering/renderers/gl/shader/GlProgram'; import type { UniformsSyncCallback } from '../../rendering/renderers/shared/shader/types'; import type { UniformGroup } from '../../rendering/renderers/shared/shader/UniformGroup'; export declare function generateUniformsSyncPolyfill(group: UniformGroup, uniformData: Record<string, GlUniformData>): UniformsSyncCallback;