UNPKG

pixi.js

Version:

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

8 lines (7 loc) 256 B
/** * @method defaultValue * @param {string} type - Type of value * @param {number} size * @private */ export declare function getDefaultUniformValue(type: string, size: number): number | Float32Array | Int32Array | Uint32Array | boolean | boolean[];