Add more logging to GrGLInterface. Temporary.

git-svn-id: http://skia.googlecode.com/svn/trunk@5498 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
borenet@google.com 2012-09-11 19:36:43 +00:00
parent c1079b3888
commit e79de0c078

View File

@ -35,6 +35,7 @@ bool GrGLInterface::validate(GrGLBinding binding) const {
GR_STATIC_ASSERT(kNone_GrGLBinding == 0);
if (0 == (binding & fBindingsExported)) {
SkDebugf("%d: %i\n", __LINE__, (binding & fBindingsExported));
return false;
}