LogoPixi’VN
pixi-jsType aliases

Type Alias: ShaderFromGroups

> ShaderFromGroups = GlShaderFromWith | GpuShaderFromWith & Omit<ShaderWithGroups, "glProgram" | "gpuProgram">

Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/shader/Shader.d.ts:121

A descriptor for a shader that can be used with both WebGL and WebGPU.

Advanced