wesl
    Preparing search index...

    Interface ExtendedGPUValidationError

    A GPUValidationError with an inner error (for a stack trace). Can also point at a WESL source file.

    interface ExtendedGPUValidationError {
        __brand: "GPUValidationError";
        cause?: Error;
        compilationInfo?: WeslGPUCompilationInfo;
        message: string;
    }

    Hierarchy

    • GPUValidationError
      • ExtendedGPUValidationError
    Index

    Properties

    __brand: "GPUValidationError"
    cause?: Error
    compilationInfo?: WeslGPUCompilationInfo
    message: string