WebGLExceptionSupport
enumeration
Description 描述
Options for Exception support in WebGL.
Properties 属性
| None | Disable exception support. | ||
| ExplicitlyThrownExceptionsOnly | Enable throw support. | ||
| FullWithoutStacktrace | Enable exception support for all exceptions, without stack trace information. | ||
| FullWithStacktrace | Enable exception support for all exceptions, including stack trace information. |