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:
parent
c1079b3888
commit
e79de0c078
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user