LogoPixi’VN
pixi-jsType aliases

Type Alias: ShaderFromResources

> ShaderFromResources = GlShaderFromWith | GpuShaderFromWith & Omit<ShaderWithResources, "glProgram" | "gpuProgram">

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

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

Advanced