diff options
author | juj <jujjyl@gmail.com> | 2013-09-24 13:36:32 -0700 |
---|---|---|
committer | juj <jujjyl@gmail.com> | 2013-09-24 13:36:32 -0700 |
commit | f6b7cf2530cfad77a110aec1edca1bf8b1f7445e (patch) | |
tree | a631508c81f199c174b3a431cea2cbd556bcc104 /src/settings.js | |
parent | ddcc62e84f26ca358430642b64d49f0b7d88d081 (diff) | |
parent | 604c53552bd172ad0703600350577437a8001ef1 (diff) |
Merge pull request #1656 from juj/gl_id_validation
Gl id validation
Diffstat (limited to 'src/settings.js')
-rw-r--r-- | src/settings.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.js b/src/settings.js index 15bca4db..0daafa35 100644 --- a/src/settings.js +++ b/src/settings.js @@ -202,6 +202,7 @@ var SOCKET_WEBRTC = 0; // Select socket backend, either webrtc or websockets. var OPENAL_DEBUG = 0; // Print out debugging information from our OpenAL implementation. +var GL_ASSERTIONS = 0; // Adds extra checks for error situations in the GL library. Can impact performance. var GL_DEBUG = 0; // Print out all calls into WebGL. As with LIBRARY_DEBUG, you can set a runtime // option, in this case GL.debug. var GL_TESTING = 0; // When enabled, sets preserveDrawingBuffer in the context, to allow tests to work (but adds overhead) |