Index: src/gpu/GrDrawTarget.cpp |
=================================================================== |
--- src/gpu/GrDrawTarget.cpp (revision 8019) |
+++ src/gpu/GrDrawTarget.cpp (working copy) |
@@ -392,6 +392,8 @@ |
} |
} |
} |
+ |
+ GrAssert(drawState.validateVertexAttribs()); |
#endif |
if (NULL == drawState.getRenderTarget()) { |
return false; |