mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
minor #ifdef fix
This commit is contained in:
parent
6bbcae9473
commit
1e71d2af5e
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ const struct tnl_pipeline_stage *_tnl_default_pipeline[] = {
|
||||||
&_tnl_texgen_stage,
|
&_tnl_texgen_stage,
|
||||||
&_tnl_texture_transform_stage,
|
&_tnl_texture_transform_stage,
|
||||||
&_tnl_point_attenuation_stage,
|
&_tnl_point_attenuation_stage,
|
||||||
#if FEATURE_NV_vertex_program
|
#if defined(FEATURE_NV_vertex_program) || defined(FEATURE_ARB_vertex_program)
|
||||||
&_tnl_vertex_program_stage,
|
&_tnl_vertex_program_stage,
|
||||||
#endif
|
#endif
|
||||||
&_tnl_render_stage,
|
&_tnl_render_stage,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue