pixi.js
    Preparing search index...

    Interface ProgramSourceAdvanced

    the program source

    interface ProgramSource {
        entryPoint?: string;
        source: string;
    }
    Index

    Properties

    Properties

    entryPoint?: string

    The main function to run in this shader

    source: string

    The wgsl source code of the shader.