LogoPixi’VN
pixi-jsType aliases

Type Alias: ExtractUniformObject<T>

> ExtractUniformObject<T> = { [K in keyof T]: FLOPS<T[K]> }

Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/shader/UniformGroup.d.ts:11

Internal

Extracts the value type from a uniform data object.

Type Parameters

T

T = Record<string, UniformData>