aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpu/gl/GrGLVertexArray.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/GrGLVertexArray.h')
-rw-r--r--src/gpu/gl/GrGLVertexArray.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/GrGLVertexArray.h b/src/gpu/gl/GrGLVertexArray.h
index afb23c5d20..66bc14297e 100644
--- a/src/gpu/gl/GrGLVertexArray.h
+++ b/src/gpu/gl/GrGLVertexArray.h
@@ -137,7 +137,7 @@ public:
GrGLVertexArray(GrGLint id, int attribCount);
/**
- * Binds this vertex array. If the ID has been deleted or abandoned then NULL is returned.
+ * Binds this vertex array. If the ID has been deleted or abandoned then nullptr is returned.
* Otherwise, the GrGLAttribArrayState that is tracking this vertex array's attrib bindings is
* returned.
*/