Engine API Reference - v2.15.1
    Preparing search index...

    Interface ChunkValidation

    interface ChunkValidation {
        callback?: (arg0: string, arg1: string) => void;
        defaultCodeGLSL?: string;
        defaultCodeWGSL?: string;
        message?: string;
    }
    Index

    Properties

    callback?: (arg0: string, arg1: string) => void

    Validation callback receiving chunk name and code.

    defaultCodeGLSL?: string

    Default GLSL code. If matches, no warning.

    defaultCodeWGSL?: string

    Default WGSL code. If matches, no warning.

    message?: string

    Deprecation message to display.