UNPKG

@gdgt/hlsl-loader

Version:

Webpack loader for using HLSL in WebGL 2.0

9 lines 258 B
/** * Error thrown when a symbol is missing from the compiled program. * * @internal */ export default class SymbolMissingError extends Error { constructor(name: string, kind: string, info?: string); } //# sourceMappingURL=SymbolMissingError.d.ts.map