diff options
author | Karl Rasche <[email protected]> | 2003-11-25 00:04:36 +0000 |
---|---|---|
committer | Karl Rasche <[email protected]> | 2003-11-25 00:04:36 +0000 |
commit | 9bc3753a513f2045f3613389c2ddb604df8693e7 (patch) | |
tree | c62e290d2032d0a058c1eb65769e86d159ae1c72 /src/mesa/main/config.h | |
parent | 18199d395465537e993edd27c5e29112cb82b9bc (diff) |
added support for generic vertex attributes (ARB_vp) and their error checking
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r-- | src/mesa/main/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 3e1a23f2c55..cd5b11aa62a 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -175,6 +175,7 @@ /* GL_ARB_vertex_program */ #define MAX_VERTEX_PROGRAM_ADDRESS_REGS 1 +#define MAX_VERTEX_PROGRAM_ATTRIBS 16 /* GL_ARB_fragment_program */ #define MAX_FRAGMENT_PROGRAM_ADDRESS_REGS 1 |