我使用Google Chrome 57
在chrome://gpu/
下 - > Command Line Args
我有以下内容:
--use-spdy=off --disable-http2 --disable-gl-error-limit --flag-switches-begin --enable-es3-apis --enable-webgl-draft-extensions --flag-switches-end
但是虽然我有这个开关disable-gl-error-limit
,我仍然得到这个消息:
WebGL: too many errors, no more errors will be reported to the console for this context.
和
Too many GL errors, not reporting any more for this context. use --disable-gl-error-limit to see all errors.
为什么不能正常工作? 我希望看到Webgl的所有警告和错误。