Index: include/core/SkCanvas.h |
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h |
index 81dcfe19b0fcfeca4c22815de439b7d6acc0c31d..f8876e6eb16f9fcaaaf3ea6b6336eae73d7a9c6c 100644 |
--- a/include/core/SkCanvas.h |
+++ b/include/core/SkCanvas.h |
@@ -1002,6 +1002,11 @@ public: |
}; |
/** Draw the array of vertices, interpreted as triangles (based on mode). |
+ |
+ If both textures and vertex-colors are NULL, it strokes hairlines with |
+ the paint's color. This behavior is a useful debugging mode to visualize |
+ the mesh. |
+ |
@param vmode How to interpret the array of vertices |
@param vertexCount The number of points in the vertices array (and |
corresponding texs and colors arrays if non-null) |