mesa: Fix old outdated variable name in a comment.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Signed-off-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
This commit is contained in:
Mathias Fröhlich 2019-05-12 10:35:52 +02:00 committed by Mathias Fröhlich
parent e634ba5116
commit 99952579f3
1 changed files with 1 additions and 1 deletions

View File

@ -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);