Browse Source

added comment about MAX_WIDTH and textures

tags/vtx-0-2-21112003-freeze
Brian Paul 22 years ago
parent
commit
a96d596be9
1 changed files with 1 additions and 1 deletions
  1. 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


Loading…
Cancel
Save