This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
added comment about MAX_WIDTH and textures
tags/vtx-0-2-21112003-freeze
Brian Paul
22 years ago
parent
6636a61418
commit
a96d596be9
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/mesa/main/config.h
+ 1
- 1
src/mesa/main/config.h
View File
@@ -120,7 +120,7 @@
#define MAX_TEXTURE_COORD_UNITS 8
#define MAX_TEXTURE_IMAGE_UNITS 8
/* Maximum viewport/image size: */
/* Maximum viewport/image size
(must accomodate all texture sizes too)
: */
#define MAX_WIDTH 2048
#define MAX_HEIGHT 2048
Write
Preview
Loading…
Cancel
Save