wesl
    Preparing search index...

    Interface WeslGPUCompilationInfo

    Results of shader compilation. Has WeslGPUCompilationMessage which are aware of the WESL module that an error was thrown from.

    interface WeslGPUCompilationInfo {
        __brand: "GPUCompilationInfo";
        messages: WeslGPUCompilationMessage[];
    }

    Hierarchy

    • GPUCompilationInfo
      • WeslGPUCompilationInfo
    Index

    Properties

    Properties

    __brand: "GPUCompilationInfo"