Compile option to perform GL logging by default debug.
Review URL: http://codereview.appspot.com/4964054/ git-svn-id: http://skia.googlecode.com/svn/trunk@2205 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
9b09c9e91c
commit
87fcfe0654
@ -71,7 +71,7 @@
|
||||
*/
|
||||
|
||||
#if !defined(GR_GL_LOG_CALLS)
|
||||
#define GR_GL_LOG_CALLS 0
|
||||
#define GR_GL_LOG_CALLS GR_DEBUG
|
||||
#endif
|
||||
|
||||
#if !defined(GR_GL_LOG_CALLS_START)
|
||||
|
Loading…
Reference in New Issue
Block a user