Documentation
    Preparing search index...

    No description provided.

    interface IShader {
        get fragmentShaderSource(): string;
        get vertexShaderSource(): string;
        getDefines(engine: IEngine, options: ShaderVariantOptions): string[];
    }

    Implemented by

    Index
    • get fragmentShaderSource(): string

      No description provided.

      Returns string

    • get vertexShaderSource(): string

      No description provided.

      Returns string