pixi.js
    Preparing search index...

    Type Alias ShaderFromGroupsAdvanced

    ShaderFromGroups: (GlShaderFromWith | GpuShaderFromWith) & Omit<
        ShaderWithGroups,
        "glProgram"
        | "gpuProgram",
    >

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