UNPKG

pixi.js

Version:

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

4 lines (3 loc) 293 B
import type { ExtractedAttributeData } from '../../../gl/shader/program/extractAttributesFromGlProgram'; import type { ProgramSource } from '../GpuProgram'; export declare function extractAttributesFromGpuProgram({ source, entryPoint }: ProgramSource): Record<string, ExtractedAttributeData>;