mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
fix typo
This commit is contained in:
parent
0e7f2952fe
commit
670c8780f7
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: nvvertprog.h,v 1.1 2003/01/14 04:55:46 brianp Exp $ */
|
||||
/* $Id: nvvertprog.h,v 1.2 2003/04/07 14:57:27 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
|
||||
#define VP_NUM_INPUT_REGS MAX_NV_VERTEX_PROGRAM_INPUTS
|
||||
#define VP_NUM_OUTPUT_REGS MAX_NV_VERTEX_PROGRAM_INPUTS
|
||||
#define VP_NUM_OUTPUT_REGS MAX_NV_VERTEX_PROGRAM_OUTPUTS
|
||||
#define VP_NUM_TEMP_REGS MAX_NV_VERTEX_PROGRAM_TEMPS
|
||||
#define VP_NUM_PROG_REGS MAX_NV_VERTEX_PROGRAM_PARAMS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue