- /**
- * @author Alex Goldring | https://github.com/Usnul
- */
- function WebGLRendererDebug() {
- /**
- * Enables error checking and reporting when shader programs are being compiled
- * @type {boolean}
- */
- this.checkShaderErrors = true;
- }
- export { WebGLRendererDebug };
|