diff options
author | Mathias Fröhlich <[email protected]> | 2019-05-12 10:35:52 +0200 |
---|---|---|
committer | Mathias Fröhlich <[email protected]> | 2019-05-14 18:09:49 +0200 |
commit | 99952579f343c39850c6d2d3c48a30c4b0a5053d (patch) | |
tree | 5d6999e7b7981ce5162042b75e8892ef5a930fd5 | |
parent | e634ba5116cb14f00e7cf61a12b52890b8c6a7b5 (diff) |
mesa: Fix old outdated variable name in a comment.
Reviewed-by: Marek Olšák <[email protected]>
Signed-off-by: Mathias Fröhlich <[email protected]>
-rw-r--r-- | src/mesa/main/state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/state.h b/src/mesa/main/state.h index 589c6650add..92c0661d4ee 100644 --- a/src/mesa/main/state.h +++ b/src/mesa/main/state.h @@ -47,7 +47,7 @@ _mesa_set_vp_override(struct gl_context *ctx, GLboolean flag); /** - * Update ctx->VertexProgram._VertexProgramMode. + * Update ctx->VertexProgram._VPMode. */ extern void _mesa_update_vertex_processing_mode(struct gl_context *ctx); |