@luma.gl/core
Version:
The luma.gl core Device API
8 lines • 456 B
TypeScript
import type { CompilerMessage } from "../adapter/types/compiler-message.js";
/** @returns annotated errors or warnings */
export declare function formatCompilerLog(shaderLog: readonly CompilerMessage[], source: string, options?: {
/** Include source code in the log. Either just the lines before issues or all source code */
showSourceCode?: 'no' | 'issues' | 'all';
html?: boolean;
}): string;
//# sourceMappingURL=format-compiler-log.d.ts.map