pixi.js
    Preparing search index...

    Type Alias ShaderFromResourcesAdvanced

    ShaderFromResources: (GlShaderFromWith | GpuShaderFromWith) & Omit<
        ShaderWithResources,
        "glProgram"
        | "gpuProgram",
    >

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