mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 10:18:05 +02:00
st/mesa: rename variable
This commit is contained in:
parent
83d50c3ee1
commit
6c669d0c07
1 changed files with 2 additions and 2 deletions
|
|
@ -220,9 +220,9 @@ st_vertex_program( struct gl_vertex_program *vp )
|
|||
}
|
||||
|
||||
static INLINE struct st_geometry_program *
|
||||
st_geometry_program( struct gl_geometry_program *vp )
|
||||
st_geometry_program( struct gl_geometry_program *gp )
|
||||
{
|
||||
return (struct st_geometry_program *)vp;
|
||||
return (struct st_geometry_program *)gp;
|
||||
}
|
||||
|
||||
static INLINE void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue