@thi.ng/webgl
Version:
WebGL & GLSL abstraction layer
14 lines • 475 B
TypeScript
export declare const WebGLError: {
new (msg?: string | undefined): {
origMessage: string;
name: string;
message: string;
stack?: string;
cause?: unknown;
};
captureStackTrace(targetObject: object, constructorOpt?: Function): void;
prepareStackTrace(err: Error, stackTraces: NodeJS.CallSite[]): any;
stackTraceLimit: number;
};
export declare const error: (msg?: string) => never;
//# sourceMappingURL=error.d.ts.map