Index: include/gpu/gl/GrGLInterface.h |
diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h |
index 835b374ebc25f25470d9b0c1433d73a09b94a6da..f95889bc7bd8a21e90e0a3ec6120bcad33cb6f4f 100644 |
--- a/include/gpu/gl/GrGLInterface.h |
+++ b/include/gpu/gl/GrGLInterface.h |
@@ -335,6 +335,7 @@ public: |
GLPtr<GrGLCoverStrokePathProc> fCoverStrokePath; |
GLPtr<GrGLCoverFillPathInstancedProc> fCoverFillPathInstanced; |
GLPtr<GrGLCoverStrokePathInstancedProc> fCoverStrokePathInstanced; |
+ // NV_path_rendering v1.3 |
Mark Kilgard
2014/07/31 19:02:18
again, glStencilThenCover* commands are v1.2
|
GLPtr<GrGLStencilThenCoverFillPathProc> fStencilThenCoverFillPath; |
GLPtr<GrGLStencilThenCoverStrokePathProc> fStencilThenCoverStrokePath; |
GLPtr<GrGLStencilThenCoverFillPathInstancedProc> fStencilThenCoverFillPathInstanced; |